Android Programming Press on the image to return to the main documentation page.

iCircularProgress

Written by Jan

List of types:

CircularProgress

CircularProgress


Events:

AnimationFinish
AnimationProgressChanged (Progress as Float)

Members:


  AddProgress (Progress As Float, DurationMS As Int)

  CountdownMode As Boolean

  DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)

  FilledColor As Int

  InAnimation As Boolean [read only]

  Initialize (EventName As String, Panel As Object, MarginLeft As Float, MarginTop As Float, Radius As Float)

  LineWidth As Float

  MarginLeft As Float

  MarginTop As Float

  Panel As Object [read only]

  Progress As Float [read only]

  Radius As Float

  SetProgress (Progress As Float, DurationMS As Int)

  SubtractProgress (Progress As Float, DurationMS As Int)

  UnfilledColor As Int

Members description:

AddProgress (Progress As Float, DurationMS As Int)
Adds a value to the current progress(0 To 1) of the circle; set DurationMS to 0 for no animation
CountdownMode As Boolean
Gets or sets the countdown mode
DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)
FilledColor As Int
Gets or sets the circel's filled color
InAnimation As Boolean [read only]
Gets if the circle is in animation
Initialize (EventName As String, Panel As Object, MarginLeft As Float, MarginTop As Float, Radius As Float)
Initializes a circular progressview
LineWidth As Float
Gets or sets the circel's line width
MarginLeft As Float
Gets or sets the circel's left margin
MarginTop As Float
Gets or sets the circel's top margin
Panel As Object [read only]
Gets the panel of the circle
Progress As Float [read only]
Gets the current progress (0 To 1)
Radius As Float
Gets or sets the circel's radius
2*radius is equal to the circel's width and height
SetProgress (Progress As Float, DurationMS As Int)
Sets the progress (0 To 1) of the circle; set DurationMS to 0 for no animation
The start progress is automatically set to 0 in the normal mode and 1 in the countdown mode
SubtractProgress (Progress As Float, DurationMS As Int)
Subtracts a value from the current progress(0 To 1) of the circle; set DurationMS to 0 for no animation
UnfilledColor As Int
Gets or sets the circel's unfilled color
Top