| java.lang.Object java.awt.font.GlyphVector
Method Summary | |
abstract public boolean | equals(GlyphVector glyphVector) | abstract public Font | getFont() | abstract public FontRenderContext | getFontRenderContext() | public int | getGlyphCharIndex(int glyphIndex) | public int[] | getGlyphCharIndices(int beginGlyphIndex, int numEntries, int[] codeReturn) | abstract public int | getGlyphCode(int glyphIndex) | abstract public int[] | getGlyphCodes(int beginGlyphIndex, int numEntries, int[] codeReturn) | abstract public GlyphJustificationInfo | getGlyphJustificationInfo(int glyphIndex) | abstract public Shape | getGlyphLogicalBounds(int glyphIndex) | abstract public GlyphMetrics | getGlyphMetrics(int glyphIndex) | public Shape | getGlyphOutline(int glyphIndex, float x, float y) | abstract public Shape | getGlyphOutline(int glyphIndex) | public Rectangle | getGlyphPixelBounds(int index, FontRenderContext frc, float x, float y) | abstract public Point2D | getGlyphPosition(int glyphIndex) | abstract public float[] | getGlyphPositions(int beginGlyphIndex, int numEntries, float[] positionReturn) | abstract public AffineTransform | getGlyphTransform(int glyphIndex) | abstract public Shape | getGlyphVisualBounds(int glyphIndex) | public int | getLayoutFlags() | abstract public Rectangle2D | getLogicalBounds() | abstract public int | getNumGlyphs() | abstract public Shape | getOutline(float x, float y) | abstract public Shape | getOutline() | public Rectangle | getPixelBounds(FontRenderContext frc, float x, float y) | abstract public Rectangle2D | getVisualBounds() | abstract public void | performDefaultLayout() | abstract public void | setGlyphPosition(int glyphIndex, Point2D newPos) | abstract public void | setGlyphTransform(int glyphIndex, AffineTransform trans) |
FLAG_COMPLEX_GLYPHS | final public static int FLAG_COMPLEX_GLYPHS(Code) | | |
FLAG_HAS_POSITION_ADJUSTMENTS | final public static int FLAG_HAS_POSITION_ADJUSTMENTS(Code) | | |
FLAG_HAS_TRANSFORMS | final public static int FLAG_HAS_TRANSFORMS(Code) | | |
FLAG_MASK | final public static int FLAG_MASK(Code) | | |
FLAG_RUN_RTL | final public static int FLAG_RUN_RTL(Code) | | |
GlyphVector | public GlyphVector()(Code) | | |
getGlyphCharIndex | public int getGlyphCharIndex(int glyphIndex)(Code) | | |
getGlyphCharIndices | public int[] getGlyphCharIndices(int beginGlyphIndex, int numEntries, int[] codeReturn)(Code) | | |
getGlyphCode | abstract public int getGlyphCode(int glyphIndex)(Code) | | |
getGlyphCodes | abstract public int[] getGlyphCodes(int beginGlyphIndex, int numEntries, int[] codeReturn)(Code) | | |
getGlyphLogicalBounds | abstract public Shape getGlyphLogicalBounds(int glyphIndex)(Code) | | |
getGlyphOutline | public Shape getGlyphOutline(int glyphIndex, float x, float y)(Code) | | |
getGlyphOutline | abstract public Shape getGlyphOutline(int glyphIndex)(Code) | | |
getGlyphPosition | abstract public Point2D getGlyphPosition(int glyphIndex)(Code) | | |
getGlyphPositions | abstract public float[] getGlyphPositions(int beginGlyphIndex, int numEntries, float[] positionReturn)(Code) | | |
getGlyphVisualBounds | abstract public Shape getGlyphVisualBounds(int glyphIndex)(Code) | | |
getLayoutFlags | public int getLayoutFlags()(Code) | | |
getNumGlyphs | abstract public int getNumGlyphs()(Code) | | |
getOutline | abstract public Shape getOutline(float x, float y)(Code) | | |
performDefaultLayout | abstract public void performDefaultLayout()(Code) | | |
setGlyphPosition | abstract public void setGlyphPosition(int glyphIndex, Point2D newPos)(Code) | | |
|
|