public class SizeRange extends Object
Represents the size range
Constructor and Description |
---|
SizeRange()
Initializes a new instance of the
SizeRange class |
Modifier and Type | Method and Description |
---|---|
int |
getMaximumSize()
Gets or sets the maximum size.
|
int |
getMinimumSize()
Gets or sets the minimum size.
|
void |
setMaximumSize(int value)
Gets or sets the maximum size.
|
void |
setMinimumSize(int value)
Gets or sets the minimum size.
|
public SizeRange()
Initializes a new instance of the SizeRange
class
public final int getMinimumSize()
Gets or sets the minimum size.
public final void setMinimumSize(int value)
Gets or sets the minimum size.
public final int getMaximumSize()
Gets or sets the maximum size.
public final void setMaximumSize(int value)
Gets or sets the maximum size.