Package com.treasure.hunt.view.plot
Class PlotSettingsController.Settings
- java.lang.Object
-
- com.treasure.hunt.view.plot.PlotSettingsController.Settings
-
- Enclosing class:
- PlotSettingsController
public static final class PlotSettingsController.Settings extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Settings(StatisticAggregation type, StatisticObject.StatisticInfo statisticInfo, java.lang.String preferenceName, double lowerBoundValue, double upperBoundValue, double stepSizeValue, int seriesAccuracyValue, java.lang.Integer maxSteps, boolean savePNG)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
double
getLowerBoundValue()
java.lang.Integer
getMaxSteps()
java.lang.String
getPreferenceName()
int
getSeriesAccuracyValue()
StatisticObject.StatisticInfo
getStatisticInfo()
double
getStepSizeValue()
StatisticAggregation
getType()
double
getUpperBoundValue()
int
hashCode()
boolean
isSavePNG()
java.lang.String
toString()
-
-
-
Constructor Detail
-
Settings
public Settings(StatisticAggregation type, StatisticObject.StatisticInfo statisticInfo, java.lang.String preferenceName, double lowerBoundValue, double upperBoundValue, double stepSizeValue, int seriesAccuracyValue, java.lang.Integer maxSteps, boolean savePNG)
-
-
Method Detail
-
getType
public StatisticAggregation getType()
-
getStatisticInfo
public StatisticObject.StatisticInfo getStatisticInfo()
-
getPreferenceName
public java.lang.String getPreferenceName()
-
getLowerBoundValue
public double getLowerBoundValue()
-
getUpperBoundValue
public double getUpperBoundValue()
-
getStepSizeValue
public double getStepSizeValue()
-
getSeriesAccuracyValue
public int getSeriesAccuracyValue()
-
getMaxSteps
public java.lang.Integer getMaxSteps()
-
isSavePNG
public boolean isSavePNG()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-