public class LayoutLengths extends Object
LayoutLengths(float min, float max)
LayoutLengths(int min, int max)
int
max()
min()
void
setMax(int max)
setMin(int min)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LayoutLengths(int min, int max)
public LayoutLengths(float min, float max)
public void setMin(int min)
public void setMax(int max)
public int min()
public int max()
Revision 4.0.15 / 20220727-0149