SizeRange

Inheritance: java.lang.Object

public class SizeRange

Represents the size range

Constructors

ConstructorDescription
SizeRange()Initializes a new instance of the SizeRange class

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueint

setMinimumSize(int value)

public final void setMinimumSize(int value)

Gets or sets the minimum size.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int