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

JSTouchImageView

Written by salvadorjhai

List of types:

JSTouchImageView

JSTouchImageView


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

Events:

None

Members:


  ba As BA

  Background As android.graphics.drawable.Drawable

  BringToFront

  Color As Int [write only]

  CurrentZoom As Float [read only]

  Enabled As Boolean

  Height As Int

  ImageBitmap As android.graphics.Bitmap [write only]

  ImageDrawable As android.graphics.drawable.Drawable [write only]

  Initialize

  Invalidate

  Invalidate2 (arg0 As android.graphics.Rect)

  Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)

  IsInitialized As Boolean

  IsZoomed As Boolean

  Left As Int

  MaxZoom As Float

  MinZoom As Float

  Parent As Object [read only]

  RemoveView

  RequestFocus As Boolean

  SCALE_TYPE_CENTER As Int

  SCALE_TYPE_CENTER_CROP As Int

  SCALE_TYPE_CENTER_INSIDE As Int

  SCALE_TYPE_FIT_CENTER As Int

  SCALE_TYPE_FIT_XY As Int

  SCALE_TYPE_MATRIX As Int

  ScaleType As Int [write only]

  SendToBack

  SetBackgroundImage (arg0 As android.graphics.Bitmap)

  SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)

  SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)

  SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)

  SetVisibleAnimated (arg0 As Int, arg1 As Boolean)

  Tag As Object

  Top As Int

  Visible As Boolean

  Width As Int

Members description:

ba As BA
Background As android.graphics.drawable.Drawable
BringToFront
Color As Int [write only]
CurrentZoom As Float [read only]
Reset zoom and translation to initial state.
Enabled As Boolean
Height As Int
ImageBitmap As android.graphics.Bitmap [write only]
Set Bitmap Image
ImageDrawable As android.graphics.drawable.Drawable [write only]
Set Image Drawable
Initialize
Initialize TouchImageView
Invalidate
Invalidate2 (arg0 As android.graphics.Rect)
Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
IsInitialized As Boolean
IsZoomed As Boolean
Returns false if image is in initial, unzoomed state. False, otherwise.
Return type: @return:true if image is zoomed
Left As Int
MaxZoom As Float
Get the max zoom multiplier.
MinZoom As Float
Get the min zoom multiplier.
Parent As Object [read only]
RemoveView
RequestFocus As Boolean
SCALE_TYPE_CENTER As Int
SCALE_TYPE_CENTER_CROP As Int
SCALE_TYPE_CENTER_INSIDE As Int
SCALE_TYPE_FIT_CENTER As Int
SCALE_TYPE_FIT_XY As Int
SCALE_TYPE_MATRIX As Int
ScaleType As Int [write only]
Set Scale Type
SendToBack
SetBackgroundImage (arg0 As android.graphics.Bitmap)
SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)
SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)
SetVisibleAnimated (arg0 As Int, arg1 As Boolean)
Tag As Object
Top As Int
Visible As Boolean
Width As Int

Top