FontSize

Inheritance: java.lang.Object

public class FontSize

The FontSize represents font size information for a web control.

Constructors

ConstructorDescription
FontSize()

Fields

FieldDescription
AS_UNIT
LARGE
LARGER
MEDIUM
NOT_SET
SMALL
SMALLER
XX_LARGE
XX_SMALL
X_LARGE
X_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

LARGE

public static int LARGE

LARGER

public static int LARGER

MEDIUM

public static int MEDIUM

NOT_SET

public static int NOT_SET

SMALL

public static int SMALL

SMALLER

public static int SMALLER

XX_LARGE

public static int XX_LARGE

XX_SMALL

public static int XX_SMALL

X_LARGE

public static int X_LARGE

X_SMALL

public static int X_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