Téléchargement de l’api batik-gvt.jar

Author:

org.apache.batik.gvt.font.MultiGlyphVector(Ci-dessous la liste des Méthodes de la classe)

public void (java.util.List gvs)
public int getNumGlyphs()
public org.apache.batik.gvt.font.GVTFont getFont()
public java.awt.font.FontRenderContext getFontRenderContext()
public int getGlyphCode(int glyphIndex)
public java.awt.font.GlyphJustificationInfo getGlyphJustificationInfo(int glyphIndex)
public java.awt.Shape getGlyphLogicalBounds(int glyphIndex)
public org.apache.batik.gvt.font.GVTGlyphMetrics getGlyphMetrics(int glyphIndex)
public java.awt.Shape getGlyphOutline(int glyphIndex)
public java.awt.geom.Rectangle2D getGlyphCellBounds(int glyphIndex)
public java.awt.geom.Point2D getGlyphPosition(int glyphIndex)
public java.awt.geom.AffineTransform getGlyphTransform(int glyphIndex)
public java.awt.Shape getGlyphVisualBounds(int glyphIndex)
public void setGlyphPosition(int glyphIndex, java.awt.geom.Point2D newPos)
public void setGlyphTransform(int glyphIndex, java.awt.geom.AffineTransform newTX)
public void setGlyphVisible(int glyphIndex, boolean visible)
public boolean isGlyphVisible(int glyphIndex)
public int[] getGlyphCodes(int beginGlyphIndex, int numEntries, int[] codeReturn)
public float[] getGlyphPositions(int beginGlyphIndex, int numEntries, float[] positionReturn)
public java.awt.geom.Rectangle2D getLogicalBounds()
public java.awt.Shape getOutline()
public java.awt.Shape getOutline(float x, float y)
public java.awt.geom.Rectangle2D getBounds2D(java.text.AttributedCharacterIterator aci)
public java.awt.geom.Rectangle2D getGeometricBounds()
public void performDefaultLayout()
public int getCharacterCount(int startGlyphIndex, int endGlyphIndex)
public void draw(java.awt.Graphics2D g2d, java.text.AttributedCharacterIterator aci)

Leave a Reply

Your email address will not be published. Required fields are marked *