WikiVis Web Application
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Package Functions | Package Attributes | List of all members
Selection Class Reference

Processing class - represents a time selection. More...

Public Member Functions

 Selection ()
 creates a new instance, initializes all values with -1
 Selection (int startMonth, int startYear, int endMonth, int endYear)
 creates a new instance

Package Functions

boolean valid ()
 determines if the selection is valid

Package Attributes

int startMonth = -1
int startYear = -1
int endMonth = -1
int endYear = -1

Detailed Description

Processing class - represents a time selection.

Author
Manuel Wyss e0106.nosp@m.157@.nosp@m.stude.nosp@m.nt.t.nosp@m.uwien.nosp@m..ac..nosp@m.at

Constructor & Destructor Documentation

Selection.Selection ( )

creates a new instance, initializes all values with -1

Selection.Selection ( int  startMonth,
int  startYear,
int  endMonth,
int  endYear 
)

creates a new instance

Parameters
startMonththe month value of the first month
startYearthe year value of the first month
endMonththe month value of the last month
endYearthe month value of the last month

Member Function Documentation

boolean Selection.valid ( )
package

determines if the selection is valid

Returns
true if the selection is valid, false otherwise

Member Data Documentation

int Selection.endMonth = -1
package
int Selection.endYear = -1
package
int Selection.startMonth = -1
package
int Selection.startYear = -1
package

The documentation for this class was generated from the following file: