Uses of Class
hhreco.fragmentation.FitData

Packages that use FitData
hhreco.apps This package contains applications built using hhreco classes. 
hhreco.fragmentation This package provides the utilities for decomposing symbols into simpler, perceptually-salient structures, line segments (L) and elliptical segments (E). 
 

Uses of FitData in hhreco.apps
 

Fields in hhreco.apps declared as FitData
(package private)  FitData FragmentApp.SD._fd
           
 

Uses of FitData in hhreco.fragmentation
 

Methods in hhreco.fragmentation that return FitData
static FitData Fragmenter.fragmentWithTemplate(TimedStroke[] strokes, int numE, int numL)
          Fragment the given sequence of strokes with the number of ellipses and the number of lines specified by numE and numL.
static FitData Fragmenter.fragmentWithTemplate(TimedStroke[] strokes, java.lang.String template)
          Fragment the given sequence of strokes with the specified template, an ordered sequence of E's and L's.