Uses of Interface
jto.processing.sketch.mapper.Sketch
- 
Packages that use Sketch Package Description ixagon.surface.mapper jto.processing.sketch.mapper 
- 
- 
Uses of Sketch in ixagon.surface.mapperMethods in ixagon.surface.mapper that return Sketch Modifier and Type Method Description SketchBezierSurface. getSketch()SketchQuadSurface. getSketch()SketchSuperSurface. getSketch()Methods in ixagon.surface.mapper that return types with arguments of type Sketch Modifier and Type Method Description List<Sketch>SurfaceMapper. getSketchList()Methods in ixagon.surface.mapper with parameters of type Sketch Modifier and Type Method Description voidBezierSurface. setSketch(Sketch sketch)voidQuadSurface. setSketch(Sketch sketch)voidSuperSurface. setSketch(Sketch sketch)Method parameters in ixagon.surface.mapper with type arguments of type Sketch Modifier and Type Method Description voidSurfaceMapper. setSketchList(List<Sketch> sketchList)
- 
Uses of Sketch in jto.processing.sketch.mapperClasses in jto.processing.sketch.mapper that implement Sketch Modifier and Type Class Description classAbstractSketchThis is an abstract implementation ofSketch.Methods in jto.processing.sketch.mapper that return types with arguments of type Sketch Modifier and Type Method Description List<Sketch>SketchMapper. getSketchList()Methods in jto.processing.sketch.mapper with parameters of type Sketch Modifier and Type Method Description voidSketchMapper. addSketch(Sketch sketch)Adds the sketch to the list of sketches.voidSketchMapper. removeSketch(Sketch sketch)Removes the given sketch from the list of sketches.Method parameters in jto.processing.sketch.mapper with type arguments of type Sketch Modifier and Type Method Description voidSketchMapper. setSketchList(List<Sketch> sketchList)
 
-