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

ICOSImageAnimator

Written by Giuseppe Salvi

List of types:

ICOSImageAnimator

ICOSImageAnimator


This is an 'Activity Object', it cannot be declared under Sub Process_Globals.

Events:

Click
LongClick

Members:


  Animate (anim As Int)

  BackgroundColor As Int  [write only]

  BringToFront

  ClearAnimation

  CurvedPathDown As Int

  CurvedPathLeft As Int

  CurvedPathRight As Int

  CurvedPathUp As Int

  Enabled As Boolean  [write only]

  FadeInOut As Int

  GetHorizontalSlide

  GetVerticalSlide

  Initialize (EventName As String)

  IsInitialized As Boolean

  PushDown As Int

  PushLeft As Int

  PushRight As Int

  PushUp As Int

  SendToBack

  SetBitmap As android.graphics.Bitmap  [write only]

  SetDuration As Long  [write only]

  SetHorizontalSlide As Int  [write only]

  SetVerticalSlide As Int  [write only]

  SlideFadeFromDownInOut As Int

  SlideFadeFromLeftInOut As Int

  SlideFadeFromRightInOut As Int

  SlideFadeFromUpInOut As Int

  SlideFromDownInOut As Int

  SlideFromLeftInOut As Int

  SlideFromRightInOut As Int

  SlideFromUpInOut As Int

  SpinInFadeOut As Int

  SpinInOut As Int

  SpinSlideFromDown As Int

  SpinSlideFromLeft As Int

  SpinSlideFromRight As Int

  SpinSlideFromUp As Int

  Version As Double  [read only]

Members description:

Animate (anim As Int)
Give any animation is in the list
BackgroundColor As Int  [write only]
BringToFront
Change the view's z order in the tree, so it's on top of other views
ClearAnimation
Cancels any animations for this view.
CurvedPathDown As Int
CurvedPathLeft As Int
CurvedPathRight As Int
CurvedPathUp As Int
Enabled As Boolean  [write only]
Set the enabled state of this view.
FadeInOut As Int
GetHorizontalSlide
Automatically get the coordinates for horizontal slide
GetVerticalSlide
Automatically get the coordinates for vertical slide
Initialize (EventName As String)
Initialize the Object
IsInitialized As Boolean
PushDown As Int
PushLeft As Int
PushRight As Int
PushUp As Int
SendToBack
Change the view's z order in the tree, so it's on back of other views
SetBitmap As android.graphics.Bitmap  [write only]
Sets a Bitmap as the content of this ImageView.
SetDuration As Long  [write only]
How long this animation should last. [ in milliseconds ]
SetHorizontalSlide As Int  [write only]
Set the coordinates for horizontal slide
SetVerticalSlide As Int  [write only]
Set the coordinates for vertical slide
SlideFadeFromDownInOut As Int
SlideFadeFromLeftInOut As Int
SlideFadeFromRightInOut As Int
SlideFadeFromUpInOut As Int
SlideFromDownInOut As Int
SlideFromLeftInOut As Int
SlideFromRightInOut As Int
SlideFromUpInOut As Int
SpinInFadeOut As Int
SpinInOut As Int
SpinSlideFromDown As Int
SpinSlideFromLeft As Int
SpinSlideFromRight As Int
SpinSlideFromUp As Int
Version As Double  [read only]
Return the version of this library
Top