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() |
getTypepublic PercentageFilterSettings(FilterType type, double percentage, boolean inverted)
public boolean equals(java.lang.Object o)
equals in class FilterSettingspublic int hashCode()
hashCode in class FilterSettingspublic double getPercentage()
public java.lang.String toString()
toString in class FilterSettingspublic boolean isInverted()