org.solovyev.android.view
Class FlowLayout.LayoutParams

java.lang.Object
  extended by android.view.ViewGroup.LayoutParams
      extended by org.solovyev.android.view.FlowLayout.LayoutParams
Enclosing class:
FlowLayout

public static class FlowLayout.LayoutParams
extends android.view.ViewGroup.LayoutParams


Field Summary
 
Fields inherited from class android.view.ViewGroup.LayoutParams
FILL_PARENT, height, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT
 
Constructor Summary
FlowLayout.LayoutParams(android.content.Context context, android.util.AttributeSet attributeSet)
           
FlowLayout.LayoutParams(int width, int height)
           
FlowLayout.LayoutParams(android.view.ViewGroup.LayoutParams layoutParams)
           
 
Method Summary
 boolean horizontalSpacingSpecified()
           
 void setPosition(int x, int y)
           
 boolean verticalSpacingSpecified()
           
 
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
 

Constructor Detail

FlowLayout.LayoutParams

public FlowLayout.LayoutParams(android.content.Context context,
                               android.util.AttributeSet attributeSet)

FlowLayout.LayoutParams

public FlowLayout.LayoutParams(int width,
                               int height)

FlowLayout.LayoutParams

public FlowLayout.LayoutParams(android.view.ViewGroup.LayoutParams layoutParams)
Method Detail

horizontalSpacingSpecified

public boolean horizontalSpacingSpecified()

verticalSpacingSpecified

public boolean verticalSpacingSpecified()

setPosition

public void setPosition(int x,
                        int y)


Copyright © 2014 se.solovyev. All Rights Reserved.