us.the.mac.board
Class GameGuide.LayoutParams

java.lang.Object
  extended by android.view.ViewGroup.LayoutParams
      extended by android.view.ViewGroup.MarginLayoutParams
          extended by android.widget.FrameLayout.LayoutParams
              extended by us.the.mac.board.GameGuide.LayoutParams
Enclosing class:
GameGuide

public static class GameGuide.LayoutParams
extends FrameLayout.LayoutParams


Field Summary
 
Fields inherited from class android.widget.FrameLayout.LayoutParams
gravity
 
Fields inherited from class android.view.ViewGroup.MarginLayoutParams
bottomMargin, leftMargin, rightMargin, topMargin
 
Fields inherited from class android.view.ViewGroup.LayoutParams
FILL_PARENT, height, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT
 
Constructor Summary
GameGuide.LayoutParams()
           Sets the child width to ViewGroup.LayoutParams and the child height to ViewGroup.LayoutParams.WRAP_CONTENT.
GameGuide.LayoutParams(Context c, AttributeSet attrs)
          
GameGuide.LayoutParams(int w, int h)
           Sets the child width and the child height.
GameGuide.LayoutParams(ViewGroup.LayoutParams p)
          
GameGuide.LayoutParams(ViewGroup.MarginLayoutParams source)
          
 
Method Summary
protected  void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr)
           
 
Methods inherited from class android.view.ViewGroup.MarginLayoutParams
setMargins
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameGuide.LayoutParams

public GameGuide.LayoutParams(Context c,
                              AttributeSet attrs)


GameGuide.LayoutParams

public GameGuide.LayoutParams(int w,
                              int h)

Sets the child width and the child height.

Parameters:
w - the desired width
h - the desired height

GameGuide.LayoutParams

public GameGuide.LayoutParams()

Sets the child width to ViewGroup.LayoutParams and the child height to ViewGroup.LayoutParams.WRAP_CONTENT.


GameGuide.LayoutParams

public GameGuide.LayoutParams(ViewGroup.LayoutParams p)


GameGuide.LayoutParams

public GameGuide.LayoutParams(ViewGroup.MarginLayoutParams source)

Method Detail

setBaseAttributes

protected void setBaseAttributes(TypedArray a,
                                 int widthAttr,
                                 int heightAttr)
Overrides:
setBaseAttributes in class ViewGroup.LayoutParams