Uses of Class
com.jstatcom.ts.Selection

Packages that use Selection
com.jstatcom.ts Components and data types related to time series analysis. 
 

Uses of Selection in com.jstatcom.ts
 

Fields in com.jstatcom.ts with type parameters of type Selection
static javolution.xml.XmlFormat<Selection> Selection.Selection_XML
          XML format field for (de)serialization.
 

Methods in com.jstatcom.ts that return Selection
 Selection TSSel.getSelection()
          Gets the current selection set by this component.
 

Methods in com.jstatcom.ts with parameters of type Selection
 void TSSel.setSelection(Selection sel)
          Sets the selection of this component according to sel.