FontSize

Inheritance: java.lang.Object

public class FontSize

The FontSize represents font size information for a web control.

Constructors

ConstructorDescription
FontSize()

Fields

FieldDescription
AS_UNITThe font size is specified as point values.
LARGEThe font size is large.
LARGERThe font size is larger.
MEDIUMThe font size is medium.
NOT_SETThe font size is not set.
SMALLThe font size is small.
SMALLERThe font size is smaller.
XX_LARGEThe font size is extra extra large.
XX_SMALLThe font size is extra extra small.
X_LARGEThe font size is extra large.
X_SMALLThe font size is extra small.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

FontSize()

public FontSize()

AS_UNIT

public static int AS_UNIT

The font size is specified as point values.

LARGE

public static int LARGE

The font size is large.

LARGER

public static int LARGER

The font size is larger.

MEDIUM

public static int MEDIUM

The font size is medium.

NOT_SET

public static int NOT_SET

The font size is not set.

SMALL

public static int SMALL

The font size is small.

SMALLER

public static int SMALLER

The font size is smaller.

XX_LARGE

public static int XX_LARGE

The font size is extra extra large.

XX_SMALL

public static int XX_SMALL

The font size is extra extra small.

X_LARGE

public static int X_LARGE

The font size is extra large.

X_SMALL

public static int X_SMALL

The font size is extra small.

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

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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