|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sketch | |
---|---|
ixagon.surface.mapper | |
jto.processing.sketch.mapper |
Uses of Sketch in ixagon.surface.mapper |
---|
Methods in ixagon.surface.mapper that return Sketch | |
---|---|
Sketch |
BezierSurface.getSketch()
|
Sketch |
QuadSurface.getSketch()
|
Sketch |
SuperSurface.getSketch()
|
Methods in ixagon.surface.mapper that return types with arguments of type Sketch | |
---|---|
List<Sketch> |
SurfaceMapper.getSketchList()
|
Methods in ixagon.surface.mapper with parameters of type Sketch | |
---|---|
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 | |
---|---|
void |
SurfaceMapper.setSketchList(List<Sketch> sketchList)
|
Uses of Sketch in jto.processing.sketch.mapper |
---|
Classes in jto.processing.sketch.mapper that implement Sketch | |
---|---|
class |
AbstractSketch
This is an abstract implementation of Sketch . |
Methods in jto.processing.sketch.mapper that return types with arguments of type Sketch | |
---|---|
List<Sketch> |
SketchMapper.getSketchList()
|
Methods in jto.processing.sketch.mapper with parameters of type Sketch | |
---|---|
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 | |
---|---|
void |
SketchMapper.setSketchList(List<Sketch> sketchList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |