|
||||||||||
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 |
---|
Methods in java.awt that return Font | |
---|---|
static Font |
Font.decode(String str)
Returns the Font that the str
argument describes. |
Font |
Component.getFont()
Gets the font of this component. |
Font |
FontMetrics.getFont()
Gets the Font described by this
FontMetrics object. |
abstract Font |
Graphics.getFont()
Gets the current font. |
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. |
FontMetrics |
Component.getFontMetrics(Font font)
Gets the font metrics for the specified font. |
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. |
void |
Component.setFont(Font f)
Sets the font of this component. |
void |
Container.setFont(Font f)
Sets the font of this container. |
abstract void |
Graphics.setFont(Font font)
Sets this graphics context's font to the specified 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 |