Package com.jogamp.graph.font
Interface Font.GlyphVisitor
-
- Enclosing interface:
- Font
public static interface Font.GlyphVisitorGeneral purposeFont.Glyphvisitor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(char symbol, Font.Glyph glyph, AffineTransform t)
-
-
-
Method Detail
-
visit
void visit(char symbol, Font.Glyph glyph, AffineTransform t)- Parameters:
symbol- the character symbol matching the given glyphglyph-Font.Glyphwhich contains anOutlineShapeviaFont.Glyph.getShape().t- may be used immediately as is, otherwise a copy shall be made if stored.
-
-