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(Font.Glyph glyph, com.jogamp.math.geom.plane.AffineTransform t)
-
-
-
Method Detail
-
visit
void visit(Font.Glyph glyph, com.jogamp.math.geom.plane.AffineTransform t)
- Parameters:
glyph-Font.Glyphwhich contains anOutlineShapeviaFont.Glyph.getShape().t- may be used immediately as is, otherwise a copy shall be made if stored.
-
-