Package com.jogamp.graph.curve.opengl
Interface TextRegionUtil.ShapeVisitor
- Enclosing class:
- TextRegionUtil
public static interface TextRegionUtil.ShapeVisitor
-
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(OutlineShape shape, jogamp.graph.geom.plane.AffineTransform t) Visiting the givenOutlineShapewith it's correspondingAffineTransform.
-
Method Details
-
visit
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.
-