public static interface TextRegionUtil.ShapeVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(OutlineShape shape,
jogamp.graph.geom.plane.AffineTransform t)
Visiting the given
OutlineShape with it's corresponding AffineTransform. |
void visit(OutlineShape shape, jogamp.graph.geom.plane.AffineTransform t)
OutlineShape with it's corresponding AffineTransform.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.Copyright 2010 JogAmp Community.