public class ICOSPowerGallery
extends anywheresoftware.b4a.objects.ViewWrapper<android.widget.Gallery>
Constructor and Description |
---|
ICOSPowerGallery() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
FileLength(int position)
Returns Files length.
|
java.lang.String |
GetFileName(int position)
Returns FileName.
|
java.lang.String |
GetFolderName(int position)
Returns FolderName.
|
int |
getGalleryLength()
Returns lenght
|
int |
getGetOriginalHeight()
Return the Original Height of the image
|
int |
getGetOriginalWidth()
Return the Original Width of the image
|
static double |
getVersion()
Return the version of this library
|
void |
Initialize(anywheresoftware.b4a.BA ba,
java.lang.String EventName)
Initialize the object
|
void |
innerInitialize(anywheresoftware.b4a.BA ba,
java.lang.String EventName,
boolean keepOldObject) |
void |
PopulateGalleryFromFolder(java.lang.String dir)
Populate gallery by Images
|
void |
setFadingEdgeLength(int fading)
Set the size of the faded edge used to indicate that more content in this view is available.
|
void |
setSetBackgroundFrame(android.graphics.Bitmap bitmap)
Set Background as a frame
|
void |
setSetItemHeight(int Height)
Set items Height
|
void |
setSetItemWidth(int Width)
Set items Width
|
void |
setSetSpacing(int spacing)
Sets the spacing between items in a Gallery
|
void |
setShowDialog(boolean show)
Enable or Disable the Dialog
|
android.graphics.Bitmap |
ShowBitmap(int position)
Show Bitmap from selected item
|
BringToFront, build, buildNativeView, getBackground, getEnabled, getHeight, getLeft, getTag, getTop, getVisible, getWidth, Invalidate, Invalidate2, Invalidate3, RemoveView, RequestFocus, SendToBack, setBackground, SetBackgroundImage, setColor, setEnabled, setHeight, SetLayout, setLeft, setTag, setTop, setVisible, setWidth, toString
public void Initialize(anywheresoftware.b4a.BA ba, java.lang.String EventName)
Initialize
in class anywheresoftware.b4a.objects.ViewWrapper<android.widget.Gallery>
public void innerInitialize(anywheresoftware.b4a.BA ba, java.lang.String EventName, boolean keepOldObject)
innerInitialize
in class anywheresoftware.b4a.objects.ViewWrapper<android.widget.Gallery>
public int getGetOriginalWidth()
public int getGetOriginalHeight()
public void setShowDialog(boolean show)
public void setSetBackgroundFrame(android.graphics.Bitmap bitmap)
public void setFadingEdgeLength(int fading)
public int getGalleryLength()
public void setSetSpacing(int spacing)
public void setSetItemWidth(int Width)
public void setSetItemHeight(int Height)
public java.lang.String FileLength(int position)
public java.lang.String GetFileName(int position)
public java.lang.String GetFolderName(int position)
public void PopulateGalleryFromFolder(java.lang.String dir)
public android.graphics.Bitmap ShowBitmap(int position)
public static double getVersion()