|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fit | |
| edu.mit.sketch.toolkit | |
| Uses of Fit in edu.mit.sketch.toolkit |
| Fields in edu.mit.sketch.toolkit declared as Fit | |
static Fit[] |
Blackboard.hybrid_fits
The array of hybrid fits obtained from speed and direction fits. |
| Methods in edu.mit.sketch.toolkit that return Fit | |
static Fit[] |
Blackboard.getHybridFits(Vertex[] speed_fit,
Vertex[] direction_fit,
Point[] points)
Computes the hybrid fits from speed_fit and direction_fit |
| Methods in edu.mit.sketch.toolkit with parameters of type Fit | |
static GeneralPath |
Blackboard.computeGeneralPath(Vertex[] intersection,
Vertex[] superset,
Fit[] fits,
StrokeData data)
Compute a GeneralPath given the information in the arguments. |
void |
ControlModule.setHybridFitList(Fit[] fits)
Add the hybrid fits to the list |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||