Klasse java.awt.Font | 1.0 |
java.lang.Object | +--java.awt.Font
Datenelemente | |
---|---|
public static final Font | DEFAULT ![]() |
public static final int | PLAIN |
public static final int | BOLD |
public static final int | ITALIC |
public static final byte | ROMAN_BASELINE ![]() |
public static final byte | CENTER_BASELINE ![]() |
public static final byte | HANGING_BASELINE ![]() |
protected String | name |
protected String | fontName ![]() |
protected int | style |
protected int | size |
Konstruktoren | |
---|---|
public | Font(String name, int style, int size) |
public | Font(Map attributes) ![]() |
Methoden | |
---|---|
public boolean | canDisplay(char c) ![]() |
public int | canDisplayUpTo(String str) ![]() |
public int | canDisplayUpTo(char[] text, int start, int limit) ![]() |
public int | canDisplayUpTo(CharacterIterator iter, int start, int limit) ![]() |
public static Font | createFont(int fontFormat, InputStream fontStream) ![]() |
public GlyphVector | createGlyphVector(FontRenderContext frc, String str) ![]() |
public GlyphVector | createGlyphVector(FontRenderContext frc, String str) ![]() |
public GlyphVector | createGlyphVector(FontRenderContext frc, char[] str) ![]() |
public GlyphVector | createGlyphVector(FontRenderContext frc, CharacterIterator ci) ![]() |
public GlyphVector | createGlyphVector(FontRenderContext frc, int[] glyphCodes) ![]() |
public static Font | decode(String str) ![]() |
public Font | deriveFont(int style) ![]() |
public Font | deriveFont(float size) ![]() |
public Font | deriveFont(AffineTransform trans) ![]() |
public Font | deriveFont(Map attributes) ![]() |
public Font | deriveFont(int style, float size) ![]() |
public Font | deriveFont(int style, AffineTransform trans) ![]() |
public boolean | equals(Object obj) |
protected void | finalize() ![]() |
public Map | getAttributes() ![]() |
public AttributedCharacterIterator.Attribute[] | getAvailableAttributes() ![]() |
public byte | getBaselineFor(char c) ![]() |
public String | getFamily() |
public String | getFamily(Locale l) ![]() |
public static Font | getFont(Map attributes) ![]() |
public static Font | getFont(String nm) |
public static Font | getFont(String nm, Font font) |
public String | getFontName() ![]() |
public String | getFontName(Locale l) ![]() |
public float | getItalicAngle() ![]() |
public LineMetrics | getLineMetrics(String str, FontRenderContext frc) ![]() |
public LineMetrics | getLineMetrics(String str, int beginIndex, int limit, FontRenderContext frc) ![]() |
public LineMetrics | getLineMetrics(char[] chars, int beginIndex, int limit, FontRenderContext frc) ![]() |
public LineMetrics | getLineMetrics(CharacterIterator ci, int beginIndex, int limit, FontRenderContext frc) ![]() |
public Rectangle2D | getMaxCharBounds(FontRenderContext frc) ![]() |
public int | getMissingGlyphCode() ![]() |
public String | getName() |
public int | getNumGlyphs() ![]() |
public FontPeer | getPeer() ![]() Verworfen in Version 1.2. |
public String | getPSName() ![]() |
public int | getSize() |
public float | getSize2D() ![]() |
public Rectangle2D | getStringBounds(String str, FontRenderContext frc) ![]() |
public Rectangle2D | getStringBounds(String str, int beginIndex, int limit, FontRenderContext frc) ![]() |
public Rectangle2D | getStringBounds(char[] chars, int beginIndex, int limit, FontRenderContext frc) ![]() |
public Rectangle2D | getStringBounds(CharacterIterator ci, int beginIndex, int limit, FontRenderContext frc) ![]() |
public int | getStyle() |
public AffineTransform | getTransform() ![]() |
public int | hashCode() |
public boolean | isBold() |
public boolean | isItalic() |
public boolean | isPlain() |
public boolean | isTransformed() ![]() |
public String | toString() |