Package ch.bailu.gtk.adw
Schnittstelle BreakpointConditionLengthType
public interface BreakpointConditionLengthType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
true if the height is less than or
equal to the condition valuestatic final int
true if the width is less than or
equal to the condition valuestatic final int
true if the height is greater than or
equal to the condition valuestatic final int
true if the width is greater than or
equal to the condition value
-
Felddetails
-
MIN_WIDTH
static final int MIN_WIDTHtrue if the width is greater than or
equal to the condition value- Siehe auch:
-
MAX_WIDTH
static final int MAX_WIDTHtrue if the width is less than or
equal to the condition value- Siehe auch:
-
MIN_HEIGHT
static final int MIN_HEIGHTtrue if the height is greater than or
equal to the condition value- Siehe auch:
-
MAX_HEIGHT
static final int MAX_HEIGHTtrue if the height is less than or
equal to the condition value- Siehe auch:
-