Package | Description |
---|---|
ixagon.surface.mapper | |
jto.processing.sketch.mapper |
Modifier and Type | Method and Description |
---|---|
Sketch |
QuadSurface.getSketch() |
Sketch |
SuperSurface.getSketch() |
Sketch |
BezierSurface.getSketch() |
Modifier and Type | Method and Description |
---|---|
List<Sketch> |
SurfaceMapper.getSketchList() |
Modifier and Type | Method and Description |
---|---|
void |
QuadSurface.setSketch(Sketch sketch) |
void |
SuperSurface.setSketch(Sketch sketch) |
void |
BezierSurface.setSketch(Sketch sketch) |
Modifier and Type | Method and Description |
---|---|
void |
SurfaceMapper.setSketchList(List<Sketch> sketchList) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSketch
This is an abstract implementation of
Sketch . |
Modifier and Type | Method and Description |
---|---|
List<Sketch> |
SketchMapper.getSketchList() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SketchMapper.setSketchList(List<Sketch> sketchList) |
Copyright © 2017. All rights reserved.