Interface TextRegionUtil.ShapeVisitor

  • Enclosing class:
    TextRegionUtil

    public static interface TextRegionUtil.ShapeVisitor
    • Method Detail

      • visit

        void visit​(OutlineShape shape,
                   jogamp.graph.geom.plane.AffineTransform t)
        Visiting the given OutlineShape with it's corresponding AffineTransform.
        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.