|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.view.ViewGroup.LayoutParams
android.view.ViewGroup.MarginLayoutParams
android.widget.FrameLayout.LayoutParams
us.the.mac.board.GameGuide.LayoutParams
public static class GameGuide.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 |
|---|
public GameGuide.LayoutParams(Context c,
AttributeSet attrs)
public GameGuide.LayoutParams(int w,
int h)
Sets the child width and the child height.
w - the desired widthh - the desired heightpublic GameGuide.LayoutParams()
Sets the child width to ViewGroup.LayoutParams
and the child height to
ViewGroup.LayoutParams.WRAP_CONTENT.
public GameGuide.LayoutParams(ViewGroup.LayoutParams p)
public GameGuide.LayoutParams(ViewGroup.MarginLayoutParams source)
| Method Detail |
|---|
protected void setBaseAttributes(TypedArray a,
int widthAttr,
int heightAttr)
setBaseAttributes in class ViewGroup.LayoutParams
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||