Package com.jogamp.graph.curve.opengl
Interface TextRegionUtil.ShapeVisitor
-
- Enclosing class:
- TextRegionUtil
public static interface TextRegionUtil.ShapeVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(OutlineShape shape, jogamp.graph.geom.plane.AffineTransform t)Visiting the givenOutlineShapewith it's correspondingAffineTransform.
-
-
-
Method Detail
-
visit
void visit(OutlineShape shape, jogamp.graph.geom.plane.AffineTransform t)
Visiting the givenOutlineShapewith it's correspondingAffineTransform.- Parameters:
shape- may be used as is, otherwise a copy shall be made if intended to be modified.t- may be used immediately as is, otherwise a copy shall be made if stored.
-
-