public class GlobalSettingsData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DAY |
static int |
HOUR |
static int |
MILLISECOND |
static int |
MINUTE |
static int |
SECOND |
Constructor and Description |
---|
GlobalSettingsData() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getAvailableTimeUnitLabel() |
int |
getDividerValue() |
double |
getFastestBoundPercentage() |
int |
getSelectedTimeUnit() |
double |
getSlowestBoundPercentage() |
java.lang.String |
getTimeUnitLabel() |
void |
setFastestBoundPercentage(double fastestBoundPercentage) |
void |
setSelectedTimeUnit(int selectedTimeUnit) |
void |
setSlowestBoundPercentage(double slowestBoundPercentage) |
public static final int MILLISECOND
public static final int SECOND
public static final int MINUTE
public static final int HOUR
public static final int DAY
public int getSelectedTimeUnit()
public void setSelectedTimeUnit(int selectedTimeUnit)
selectedTimeUnit
- the selectedTimeUnit to setpublic double getFastestBoundPercentage()
public void setFastestBoundPercentage(double fastestBoundPercentage)
fastestBoundPercentage
- the fastestBoundPercentage to setpublic double getSlowestBoundPercentage()
public void setSlowestBoundPercentage(double slowestBoundPercentage)
slowestBoundPercentage
- the slowestBoundPercentage to setpublic int getDividerValue()
public java.lang.String getTimeUnitLabel()
public java.lang.Object[] getAvailableTimeUnitLabel()