FontSize
Contents
[
Hide
]Inheritance: java.lang.Object
public class FontSize
The FontSize represents font size information for a web control.
Constructors
Constructor | Description |
---|---|
FontSize() |
Fields
Field | Description |
---|---|
AS_UNIT | The font size is specified as point values. |
LARGE | The font size is large. |
LARGER | The font size is larger. |
MEDIUM | The font size is medium. |
NOT_SET | The font size is not set. |
SMALL | The font size is small. |
SMALLER | The font size is smaller. |
XX_LARGE | The font size is extra extra large. |
XX_SMALL | The font size is extra extra small. |
X_LARGE | The font size is extra large. |
X_SMALL | The font size is extra small. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
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 |