SizeRange
Contents
[
Hide
]Inheritance: java.lang.Object
public class SizeRange
Represents the size range
Constructors
Constructor | Description |
---|---|
SizeRange() | Initializes a new instance of the SizeRange class |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getMaximumSize() | Gets or sets the maximum size. |
getMinimumSize() | Gets or sets the minimum size. |
hashCode() | |
notify() | |
notifyAll() | |
setMaximumSize(int value) | Gets or sets the maximum size. |
setMinimumSize(int value) | Gets or sets the minimum size. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
SizeRange()
public SizeRange()
Initializes a new instance of the SizeRange class
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getMaximumSize()
public final int getMaximumSize()
Gets or sets the maximum size.
Returns: int
getMinimumSize()
public final int getMinimumSize()
Gets or sets the minimum size.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setMaximumSize(int value)
public final void setMaximumSize(int value)
Gets or sets the maximum size.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMinimumSize(int value)
public final void setMinimumSize(int value)
Gets or sets the minimum size.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |