|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Font | |
|---|---|
| java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
| org.dvb.ui | Provides extended graphics functionality. |
| org.havi.ui | |
| Uses of Font in java.awt |
|---|
| Fields in java.awt declared as Font | |
|---|---|
protected Font |
FontMetrics.font
The actual Font from which the font metrics are
created. |
| Methods in java.awt that return Font | |
|---|---|
static Font |
Font.decode(String str)
Returns the Font that the str
argument describes. |
abstract Font |
Graphics.getFont()
Gets the current font. |
Font |
FontMetrics.getFont()
Gets the Font described by this
FontMetrics object. |
Font |
Component.getFont()
Gets the font of this component. |
static Font |
Font.getFont(Map attributes)
Returns a Font appropriate to this attribute set. |
static Font |
Font.getFont(String nm)
Returns a Font object from the system properties list. |
static Font |
Font.getFont(String nm,
Font font)
Gets the specified Font from the system properties
list. |
| Methods in java.awt with parameters of type Font | |
|---|---|
static Font |
Font.getFont(String nm,
Font font)
Gets the specified Font from the system properties
list. |
abstract FontMetrics |
Toolkit.getFontMetrics(Font font)
Deprecated. Deprecated. This returns integer metrics for the default screen. |
abstract FontMetrics |
Graphics.getFontMetrics(Font f)
Gets the font metrics for the specified font. |
FontMetrics |
Component.getFontMetrics(Font font)
Gets the font metrics for the specified font. |
abstract void |
Graphics.setFont(Font font)
Sets this graphics context's font to the specified font. |
void |
Container.setFont(Font f)
Sets the font of this container. |
void |
Component.setFont(Font f)
Sets the font of this component. |
| Constructors in java.awt with parameters of type Font | |
|---|---|
FontMetrics(Font font)
Creates a new FontMetrics object for finding out
height and width information about the specified Font
and specific character glyphs in that Font. |
|
| Uses of Font in org.dvb.ui |
|---|
| Methods in org.dvb.ui that return Font | |
|---|---|
Font |
FontFactory.createFont(String name,
int style,
int size)
Creates a font object from the font source associated with this FontFactory. |
| Uses of Font in org.havi.ui |
|---|
| Methods in org.havi.ui that return Font | |
|---|---|
Font[] |
HGraphicsConfiguration.getAllFonts()
List the fonts that are always available on the device, but does not list fonts that may be (temporarily) available for download from other sources. |
| Methods in org.havi.ui with parameters of type Font | |
|---|---|
static int[] |
HFontCapabilities.getSupportedCharacterRanges(Font font)
Returns the set of character ranges as defined in ISO 10646-1(E) normative Annex A that this font supports, or a null array if the capabilities of the font are unknown. |
static boolean |
HFontCapabilities.isCharAvailable(Font font,
char c)
Returns whether a specific character is available within the specified font, and can be used as defined in ISO 10646-1(E) specification by the rendering system, e.g. |
| Constructors in org.havi.ui with parameters of type Font | |
|---|---|
HMultilineEntry(String text,
int maxChars,
Font font,
Color color)
Creates an HMultilineEntry
object. |
|
HMultilineEntry(String text,
int x,
int y,
int width,
int height,
int maxChars,
Font font,
Color color)
Creates an HMultilineEntry
object. |
|
HSinglelineEntry(String text,
int maxChars,
Font font,
Color color)
Creates an HSinglelineEntry
object. |
|
HSinglelineEntry(String text,
int x,
int y,
int width,
int height,
int maxChars,
Font font,
Color color)
Creates an HSinglelineEntry
object. |
|
HStaticText(String textNormal,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HStaticText
object. |
|
HStaticText(String textNormal,
int x,
int y,
int width,
int height,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HStaticText
object. |
|
HText(String text,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HText object. |
|
HText(String text,
int x,
int y,
int width,
int height,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HText object. |
|
HText(String textNormal,
String textFocus,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HText object. |
|
HText(String textNormal,
String textFocus,
int x,
int y,
int width,
int height,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HText object. |
|
HTextButton(String text,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HTextButton
object. |
|
HTextButton(String text,
int x,
int y,
int width,
int height,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HTextButton
object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||