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.mapper
Methods in ixagon.surface.mapper that return Sketch Modifier and Type Method Description Sketch
BezierSurface. getSketch()
Sketch
QuadSurface. getSketch()
Sketch
SuperSurface. 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 void
BezierSurface. setSketch(Sketch sketch)
void
QuadSurface. setSketch(Sketch sketch)
void
SuperSurface. setSketch(Sketch sketch)
Method parameters in ixagon.surface.mapper with type arguments of type Sketch Modifier and Type Method Description void
SurfaceMapper. setSketchList(List<Sketch> sketchList)
-
Uses of Sketch in jto.processing.sketch.mapper
Classes in jto.processing.sketch.mapper that implement Sketch Modifier and Type Class Description class
AbstractSketch
This 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 void
SketchMapper. addSketch(Sketch sketch)
Adds the sketch to the list of sketches.void
SketchMapper. 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 void
SketchMapper. setSketchList(List<Sketch> sketchList)
-