java.lang.Object
java.awt.font.GlyphVector
- All Implemented Interfaces:
- Cloneable
- See Also:
- Top Examples, Source Code,
Shape
, Font
,
GlyphMetrics
,
TextLayout
public abstract boolean equals(GlyphVector set)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int FLAG_COMPLEX_GLYPHS
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int FLAG_HAS_POSITION_ADJUSTMENTS
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int FLAG_HAS_TRANSFORMS
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int FLAG_MASK
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int FLAG_RUN_RTL
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Font getFont()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract FontRenderContext getFontRenderContext()
- See Also:
Font
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getGlyphCharIndex(int glyphIndex)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int[] getGlyphCharIndices(int beginGlyphIndex,
int numEntries,
int[] codeReturn)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getGlyphCode(int glyphIndex)
- See Also:
- IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int[] getGlyphCodes(int beginGlyphIndex,
int numEntries,
int[] codeReturn)
- See Also:
- IndexOutOfBoundsException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GlyphJustificationInfo getGlyphJustificationInfo(int glyphIndex)
- See Also:
- IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Shape getGlyphLogicalBounds(int glyphIndex)
- See Also:
getGlyphVisualBounds(int)
, IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GlyphMetrics getGlyphMetrics(int glyphIndex)
- See Also:
- IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Shape getGlyphOutline(int glyphIndex)
- See Also:
- IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Shape getGlyphOutline(int glyphIndex,
float x,
float y)
- See Also:
- IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Rectangle getGlyphPixelBounds(int index,
FontRenderContext renderFRC,
float x,
float y)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Point2D getGlyphPosition(int glyphIndex)
- See Also:
setGlyphPosition(int, java.awt.geom.Point2D)
, IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract float[] getGlyphPositions(int beginGlyphIndex,
int numEntries,
float[] positionReturn)
- See Also:
- IndexOutOfBoundsException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract AffineTransform getGlyphTransform(int glyphIndex)
- See Also:
setGlyphTransform(int, java.awt.geom.AffineTransform)
, IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Shape getGlyphVisualBounds(int glyphIndex)
- See Also:
getGlyphLogicalBounds(int)
, IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getLayoutFlags()
- See Also:
FLAG_MASK
, FLAG_COMPLEX_GLYPHS
, FLAG_RUN_RTL
, FLAG_HAS_TRANSFORMS
, FLAG_HAS_POSITION_ADJUSTMENTS
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Rectangle2D getLogicalBounds()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getNumGlyphs()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Shape getOutline()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Shape getOutline(float x,
float y)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Rectangle getPixelBounds(FontRenderContext renderFRC,
float x,
float y)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Rectangle2D getVisualBounds()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public GlyphVector()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void performDefaultLayout()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setGlyphPosition(int glyphIndex,
Point2D newPos)
- See Also:
getGlyphPosition(int)
, IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setGlyphTransform(int glyphIndex,
AffineTransform newTX)
- See Also:
getGlyphTransform(int)
, IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples