Class GraphThresholds
java.lang.Object
com.djrapitops.plan.delivery.domain.datatransfer.preferences.GraphThresholds
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
double
double
int
hashCode()
void
setHighThreshold
(int highThreshold) void
setMediumThreshold
(int mediumThreshold) toString()
-
Constructor Details
-
GraphThresholds
public GraphThresholds(double highThreshold, double mediumThreshold)
-
-
Method Details
-
getHighThreshold
public double getHighThreshold() -
setHighThreshold
public void setHighThreshold(int highThreshold) -
getMediumThreshold
public double getMediumThreshold() -
setMediumThreshold
public void setMediumThreshold(int mediumThreshold) -
equals
-
hashCode
public int hashCode() -
toString
-