© 2006-2007 ETH Zurich

Package org.ximtec.igesture.util

Some utilities.

See:
          Description

Class Summary
BDVectorTools Static methods operating on the DoubleVector class.
BigDecimalVector Implements a vector of BigDecimal values and provides some basic functionality.
Constant  
diff_match_patch Class containing the diff, match and patch methods.
diff_match_patch.Diff Class representing one diff operation.
diff_match_patch.LinesToCharsResult Internal class for returning results from diff_linesToChars().
diff_match_patch.Patch Class representing one patch operation.
DoubleVector Implements a vector of double values and provides some basic functionality.
GestureTool Collection of commonly used static methods.
Mapping Name value mapping.
MultiValueMap<T,S>  
RecordedGesture3DTool  
ReflectTools  
VectorTools Static methods operating on the DoubleVector class.
XMLParser This class helps with parsing of configuration files.
XMLTool Provides static methods with XML import/export functionality.
ZipFS Simplifies the access to ZIP files.
 

Enum Summary
diff_match_patch.Operation The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")}
 

Package org.ximtec.igesture.util Description

Some utilities.


© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.