org.solovyev.android.view
Class FlowLayout.LayoutParams
java.lang.Object
android.view.ViewGroup.LayoutParams
org.solovyev.android.view.FlowLayout.LayoutParams
- Enclosing class:
- FlowLayout
public static class FlowLayout.LayoutParams
- extends android.view.ViewGroup.LayoutParams
| Fields inherited from class android.view.ViewGroup.LayoutParams |
FILL_PARENT, height, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT |
| 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 |
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)
horizontalSpacingSpecified
public boolean horizontalSpacingSpecified()
verticalSpacingSpecified
public boolean verticalSpacingSpecified()
setPosition
public void setPosition(int x,
int y)
Copyright © 2014 se.solovyev. All Rights Reserved.