<?xml version="1.0" encoding="utf-8"?>
<root>
  <doclet-version-NOT-library-version>1.00</doclet-version-NOT-library-version>
  <b4x_version>10.20</b4x_version>
  <dependsOn>javaobject</dependsOn>
  <dependsOn>jcore</dependsOn>
  <dependsOn>jxui</dependsOn>

  <class>
    <name>teddybear.xhctrls.odometer</name>
    <shortname>Odometer</shortname>
    <comment>#DesignerProperty: Key: DefaultColorExample, DisplayName: Default Color Example, FieldType: Color, DefaultValue: Null, Description: Setting the default value to Null means that a nullable field will be displayed.
</comment>
    <event>Counted(Value As Double)</event>
    <designerProperty>Key: Digits, DisplayName: Digits, FieldType: Int, DefaultValue: 6, MinRange: 1, MaxRange: 10, Description: Note that MinRange and MaxRange are optional.</designerProperty>
    <designerProperty>Key: Decimals, DisplayName: Decimals, FieldType: Int, DefaultValue: 1, MinRange: 1, MaxRange: 4, Description: Note that MinRange and MaxRange are optional.</designerProperty>
    <designerProperty>Key: Value, DisplayName: Value, FieldType: Float, DefaultValue: 0, MinRange: 0, MaxRange: 9999999999, Description: Note that MinRange and MaxRange are optional.</designerProperty>
    <designerProperty>Key: DigitbgColor, DisplayName: DigitBackgroundColor, FieldType: Color, DefaultValue: #FF000000, Description: You can use the built-in color picker to find the color values.</designerProperty>
    <designerProperty>Key: DigitfgColor, DisplayName: DigitForegroundColor, FieldType: Color, DefaultValue: #FFFFFFFF, Description: You can use the built-in color picker to find the color values.</designerProperty>
    <designerProperty>Key: DecbgColor, DisplayName: DecimalBackgroundColor, FieldType: Color, DefaultValue: #FFFFFFFF, Description: You can use the built-in color picker to find the color values.</designerProperty>
    <designerProperty>Key: DecfgColor, DisplayName: DecimalForegroundColor, FieldType: Color, DefaultValue: #FF000000, Description: You can use the built-in color picker to find the color values.</designerProperty>
    <designerProperty>Key: Duration, DisplayName: AnimationDuration, FieldType: Float, DefaultValue: 100, MinRange: 10, MaxRange: 10000, Description: Note that MinRange and MaxRange are optional.</designerProperty>
    <method>
      <name>IsInitialized</name>
      <comment>Tests whether the object has been initialized.</comment>
      <returntype>boolean</returntype>
    </method>
    <method>
      <name DesignerName="Class_Globals">_class_globals</name>
      <returntype>String</returntype>
    </method>
    <method>
      <name DesignerName="DesignerCreateView">_designercreateview</name>
      <returntype>String</returntype>
      <parameter>
        <name>Base</name>
        <type>anywheresoftware.b4j.objects.PaneWrapper.ConcretePaneWrapper</type>
      </parameter>
      <parameter>
        <name>Lbl</name>
        <type>anywheresoftware.b4j.objects.LabelWrapper</type>
      </parameter>
      <parameter>
        <name>Props</name>
        <type>anywheresoftware.b4a.objects.collections.Map</type>
      </parameter>
    </method>
    <method>
      <name DesignerName="GetBase">_getbase</name>
      <returntype>anywheresoftware.b4j.objects.PaneWrapper.ConcretePaneWrapper</returntype>
    </method>
    <method>
      <name DesignerName="GetOdo">_getodo</name>
      <returntype>Object</returntype>
    </method>
    <method>
      <name DesignerName="Initialize">_initialize</name>
      <returntype>String</returntype>
      <parameter>
        <name>ba</name>
        <type>anywheresoftware.b4a.BA</type>
      </parameter>
      <parameter>
        <name>Callback</name>
        <type>Object</type>
      </parameter>
      <parameter>
        <name>EventName</name>
        <type>String</type>
      </parameter>
    </method>
    <method>
      <name DesignerName="play">_play</name>
      <returntype>String</returntype>
    </method>
    <method>
      <name DesignerName="run">_run</name>
      <returntype>void</returntype>
    </method>
    <method>
      <name DesignerName="SetDura">_setdura</name>
      <returntype>String</returntype>
      <parameter>
        <name>d</name>
        <type>double</type>
      </parameter>
    </method>
    <method>
      <name DesignerName="setVal" HideFromIDE="true">_setval</name>
      <returntype>String</returntype>
      <parameter>
        <name>v</name>
        <type>double</type>
      </parameter>
    </method>
    <method>
      <name DesignerName="stop">_stop</name>
      <returntype>String</returntype>
    </method>
    <property>
      <name DesignerName="Val">_val</name>
      <returntype>void</returntype>
      <parameter>
        <name>Value</name>
        <type>double</type>
      </parameter>
    </property>
  </class>
  <version>1</version>
<author>TeddyBear</author>
</root>