public class

GalleryFlowTrain

extends GalleryFlowZoom
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.AdapterView<T extends android.widget.Adapter>
         ↳ android.widget.AbsSpinner
           ↳ android.widget.Gallery
             ↳ com.droidux.pack.gallery.widget.GalleryFlowZoom
               ↳ com.droidux.pack.gallery.widget.GalleryFlowTrain

Class Overview

A GalleryFlow widget with a linear flow that you can use to create a train effect. A train effect is similar to the cover flow effect, but the view will face to the same direction when rotated, whereas the coverflow will rotate the view facing to the center of the gallery widget.

Summary

[Expand]
Inherited XML Attributes
From class com.droidux.pack.gallery.widget.GalleryFlowZoom
[Expand]
Inherited Constants
From class android.widget.AdapterView
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Fields
From class com.droidux.pack.gallery.widget.GalleryFlowZoom
From class android.view.View
Public Constructors
GalleryFlowTrain(Context context)
GalleryFlowTrain(Context context, AttributeSet attrs)
GalleryFlowTrain(Context context, AttributeSet attrs, int defStyle)
[Expand]
Inherited Methods
From class com.droidux.pack.gallery.widget.GalleryFlowZoom
From class android.widget.Gallery
From class android.widget.AbsSpinner
From class android.widget.AdapterView
From class android.view.ViewGroup
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.GestureDetector.OnGestureListener
From interface android.view.KeyEvent.Callback
From interface android.view.ViewManager
From interface android.view.ViewParent
From interface android.view.accessibility.AccessibilityEventSource
From interface android.widget.AbsListView.RecyclerListener
From interface com.droidux.pack.gallery.interfaces.GalleryFlowInterfaces.GalleryFlowViewInterface

Public Constructors

public GalleryFlowTrain (Context context)

Since: API Level 2.5

public GalleryFlowTrain (Context context, AttributeSet attrs)

Since: API Level 2.5

public GalleryFlowTrain (Context context, AttributeSet attrs, int defStyle)

Since: API Level 2.5