Processing class - represents a time selection.
More...
Package Functions |
boolean | valid () |
| determines if the selection is valid
|
Detailed Description
Constructor & Destructor Documentation
creates a new instance, initializes all values with -1
Selection.Selection |
( |
int |
startMonth, |
|
|
int |
startYear, |
|
|
int |
endMonth, |
|
|
int |
endYear |
|
) |
| |
creates a new instance
- Parameters
-
startMonth | the month value of the first month |
startYear | the year value of the first month |
endMonth | the month value of the last month |
endYear | the 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: