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