JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.graph.font.Font.GlyphVisitor Interface Reference

General purpose Font.Glyph visitor. More...

Collaboration diagram for com.jogamp.graph.font.Font.GlyphVisitor:

Public Member Functions

void visit (final Glyph glyph, final AffineTransform t)
 Visiting the given Font.Glyph having an OutlineShape with it's corresponding AffineTransform. More...
 

Detailed Description

General purpose Font.Glyph visitor.

Definition at line 298 of file Font.java.

Member Function Documentation

◆ visit()

void com.jogamp.graph.font.Font.GlyphVisitor.visit ( final Glyph  glyph,
final AffineTransform  t 
)

Visiting the given Font.Glyph having an OutlineShape with it's corresponding AffineTransform.

Parameters
glyphFont.Glyph which contains an OutlineShape via Font.Glyph#getShape().
tmay be used immediately as is, otherwise a copy shall be made if stored.

The documentation for this interface was generated from the following file: