| java.lang.Object org.graphics.VFont
VFont | public class VFont (Code) | | |
Inner Class :public static class DrawParams | |
Inner Class :public static class Glyph implements Cloneable | |
Method Summary | |
public void | drawString(String text, int xc, int yc, Rectangle r, Graphics g) | public void | drawString(String text, int xc, int yc, int anchor, Rectangle r, Graphics g) | public void | drawString(String text, int xc, int yc, int anchor, double width, double height, Rectangle r, Graphics g) | public void | drawString(String text, int xc, int yc, int anchor, double width, double height, double theta, double slant, Rectangle r, Graphics g) | public void | drawString(String text, int xc, int yc, DrawParams dp, Rectangle r, Graphics g) | public Rectangle | extent(String text, int xc, int yc, int anchor, Rectangle r) | public Rectangle | extent(String text, int xc, int yc, int anchor, double width, double height, Rectangle r) | public Rectangle | extent(String text, int xc, int yc, int anchor, double width, double height, double theta, double slant, Rectangle r) | public Rectangle | extent(String text, int xc, int yc, DrawParams dp, Rectangle r) | public static int | getDPI() | public Glyph | getDefaultGlyph() | public int | getFontBaseLine() | public int | getFontCapLine() | public int | getFontCharWidth() | public int | getFontHeight() | public int | getFontXLine() | public Glyph | getGlyph(char thechar) | public int | getHeight() | public String | getName() | public int | getNumberOfGlyphs() | protected int | getc(InputStreamReader is) | public int | glyphWidth(char thechar) | public boolean | hasGlyph(char thechar) | protected void | makeDefaultGlyph() | protected int | readInt(InputStreamReader is) | protected void | readStrokes(char thechar, InputStreamReader is) | public static void | setDPI(int dotsperinch) | public void | setDefaultGlyph(Glyph glyph) | public void | setFontBaseLine(int v) | public void | setFontCapLine(int v) | public void | setFontCharWidth(int v) | public void | setFontHeight(int v) | public void | setFontXLine(int v) | public void | setGlyph(char thechar, Glyph glyph) | protected void | skipWS(InputStreamReader is) | public PrintStream | storeOn(PrintStream s) | protected void | ungetc(InputStreamReader is, int ch) |
BASELINE | final public static int BASELINE(Code) | | |
BASELINE | final public static int BASELINE(Code) | | |
BOTTOM | final public static int BOTTOM(Code) | | |
BOTTOM | final public static int BOTTOM(Code) | | |
HCENTER | final public static int HCENTER(Code) | | |
HCENTER | final public static int HCENTER(Code) | | |
ITALICS | final public static double ITALICS(Code) | | |
LEFT | final public static int LEFT(Code) | | |
LEFT | final public static int LEFT(Code) | | |
RIGHT | final public static int RIGHT(Code) | | |
RIGHT | final public static int RIGHT(Code) | | |
TOP | final public static int TOP(Code) | | |
TOP | final public static int TOP(Code) | | |
VCENTER | final public static int VCENTER(Code) | | |
VCENTER | final public static int VCENTER(Code) | | |
defaultglyph | protected Glyph defaultglyph(Code) | | |
dpi | protected static double dpi(Code) | | |
dpi | protected static double dpi(Code) | | |
fontbaseline | protected int fontbaseline(Code) | | |
fontcapline | protected int fontcapline(Code) | | |
fontcwidth | protected int fontcwidth(Code) | | |
fontheight | protected int fontheight(Code) | | |
fontthickness | protected int fontthickness(Code) | | |
fontxline | protected int fontxline(Code) | | |
isoglyphs | protected Glyph[] isoglyphs(Code) | | |
lastchar | protected int lastchar(Code) | | |
normsize | protected static double normsize(Code) | | |
pushback | protected boolean pushback(Code) | | |
scaling | protected static double scaling(Code) | | |
drawString | public void drawString(String text, int xc, int yc, int anchor, double width, double height, double theta, double slant, Rectangle r, Graphics g)(Code) | | |
getDPI | public static int getDPI()(Code) | | |
getDefaultGlyph | public Glyph getDefaultGlyph()(Code) | | |
getFontBaseLine | public int getFontBaseLine()(Code) | | |
getFontCapLine | public int getFontCapLine()(Code) | | |
getFontCharWidth | public int getFontCharWidth()(Code) | | |
getFontHeight | public int getFontHeight()(Code) | | |
getFontXLine | public int getFontXLine()(Code) | | |
getGlyph | public Glyph getGlyph(char thechar)(Code) | | |
getHeight | public int getHeight()(Code) | | |
getNumberOfGlyphs | public int getNumberOfGlyphs()(Code) | | |
glyphWidth | public int glyphWidth(char thechar)(Code) | | |
hasGlyph | public boolean hasGlyph(char thechar)(Code) | | |
makeDefaultGlyph | protected void makeDefaultGlyph()(Code) | | |
setDPI | public static void setDPI(int dotsperinch)(Code) | | |
setDefaultGlyph | public void setDefaultGlyph(Glyph glyph)(Code) | | |
setFontBaseLine | public void setFontBaseLine(int v)(Code) | | |
setFontCapLine | public void setFontCapLine(int v)(Code) | | |
setFontCharWidth | public void setFontCharWidth(int v)(Code) | | |
setFontHeight | public void setFontHeight(int v)(Code) | | |
setFontXLine | public void setFontXLine(int v)(Code) | | |
setGlyph | public void setGlyph(char thechar, Glyph glyph)(Code) | | |
|
|