public final class

GlyphList

extends Object
java.lang.Object
   ↳ sun.font.GlyphList

Summary

Public Methods
void dispose()
int[] getBounds()
byte[] getGrayBits()
long[] getImages()
static GlyphList getInstance()
int[] getMetrics()
int getNumGlyphs()
float[] getPositions()
Object getStrike()
float getX()
float getY()
boolean isRGBOrder()
boolean isSubPixPos()
boolean setFromChars(FontInfo info, char[] chars, int off, int alen, float x, float y)
void setFromGlyphVector(FontInfo info, GlyphVector gv, float x, float y)
boolean setFromString(FontInfo info, String str, float x, float y)
void setGlyphIndex(int i)
boolean usePositions()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public void dispose ()

public int[] getBounds ()

public byte[] getGrayBits ()

public long[] getImages ()

public static GlyphList getInstance ()

public int[] getMetrics ()

public int getNumGlyphs ()

public float[] getPositions ()

public Object getStrike ()

public float getX ()

public float getY ()

public boolean isRGBOrder ()

public boolean isSubPixPos ()

public boolean setFromChars (FontInfo info, char[] chars, int off, int alen, float x, float y)

public void setFromGlyphVector (FontInfo info, GlyphVector gv, float x, float y)

public boolean setFromString (FontInfo info, String str, float x, float y)

public void setGlyphIndex (int i)

public boolean usePositions ()