|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sos.reports.View.ResizeRequest
A way to indicate that a view's minimum and preferred lengths have possibly changed.
Constructor Summary | |
View.ResizeRequest()
|
Method Summary | |
boolean |
getMinimumLengthChanged(int axis)
Returns true if the minimum length along the specified axis
may have change. |
boolean |
getPreferredLengthChanged(int axis)
Returns true if the preferred length along the specified axis
may have change. |
void |
setMinimumLengthChanged(int axis)
Is called to indicate that the minimum length along the specified axis may have changed. |
void |
setPreferredLengthChanged(int axis)
Is called to indicate that the preferred length along the specified axis may have changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public View.ResizeRequest()
Method Detail |
public void setPreferredLengthChanged(int axis)
axis
- the axis (either X_AXIS
or Y_AXIS
)
along which the view's preferred length has changed
java.lang.IllegalArgumentException
- if axis
is
not X_AXIS
or Y_AXIS
public void setMinimumLengthChanged(int axis)
axis
- the axis (either X_AXIS
or Y_AXIS
)
along which the view's minimum length has changed
java.lang.IllegalArgumentException
- if axis
is
not X_AXIS
or Y_AXIS
public boolean getPreferredLengthChanged(int axis)
true
if the preferred length along the specified axis
may have change.
axis
- the axis (either X_AXIS
or Y_AXIS
)
along which to check if the view's preferred length has changed
java.lang.IllegalArgumentException
- if axis
is
not X_AXIS
or Y_AXIS
public boolean getMinimumLengthChanged(int axis)
true
if the minimum length along the specified axis
may have change.
axis
- the axis (either X_AXIS
or Y_AXIS
)
along which to check if the view's minimum length has changed
java.lang.IllegalArgumentException
- if axis
is
not X_AXIS
or Y_AXIS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |