android.widget
Class RelativeLayout.LayoutParams

java.lang.Object
  extended by android.view.ViewGroup.LayoutParams
      extended by android.view.ViewGroup.MarginLayoutParams
          extended by android.widget.RelativeLayout.LayoutParams
Enclosing class:
RelativeLayout

public static class RelativeLayout.LayoutParams
extends ViewGroup.MarginLayoutParams


Field Summary
 boolean alignWithParent
           
 
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
RelativeLayout.LayoutParams(Context c, AttributeSet attrs)
           
RelativeLayout.LayoutParams(int w, int h)
           
RelativeLayout.LayoutParams(ViewGroup.LayoutParams source)
           
RelativeLayout.LayoutParams(ViewGroup.MarginLayoutParams source)
           
 
Method Summary
 void addRule(int verb)
           
 void addRule(int verb, int anchor)
           
 String debug(String output)
           
 int[] getRules()
           
 
Methods inherited from class android.view.ViewGroup.MarginLayoutParams
setMargins
 
Methods inherited from class android.view.ViewGroup.LayoutParams
setBaseAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alignWithParent

public boolean alignWithParent
Constructor Detail

RelativeLayout.LayoutParams

public RelativeLayout.LayoutParams(Context c,
                                   AttributeSet attrs)

RelativeLayout.LayoutParams

public RelativeLayout.LayoutParams(int w,
                                   int h)

RelativeLayout.LayoutParams

public RelativeLayout.LayoutParams(ViewGroup.LayoutParams source)

RelativeLayout.LayoutParams

public RelativeLayout.LayoutParams(ViewGroup.MarginLayoutParams source)
Method Detail

debug

public String debug(String output)

addRule

public void addRule(int verb)

addRule

public void addRule(int verb,
                    int anchor)

getRules

public int[] getRules()


Copyright © 2008-2012. All Rights Reserved.