public class PercentageFilterSettings extends FilterSettings
NONE
Constructor and Description |
---|
PercentageFilterSettings(FilterType type,
double percentage,
boolean inverted) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
double |
getPercentage() |
int |
hashCode() |
boolean |
isInverted() |
java.lang.String |
toString() |
getType
public PercentageFilterSettings(FilterType type, double percentage, boolean inverted)
public boolean equals(java.lang.Object o)
equals
in class FilterSettings
public int hashCode()
hashCode
in class FilterSettings
public double getPercentage()
public java.lang.String toString()
toString
in class FilterSettings
public boolean isInverted()