Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Modifier and Type | Method and Description |
---|---|
FilterMatcher.FilterType |
FilterMatcher.isDisabled(OsmPrimitive primitive)
Check if primitive is disabled.
|
FilterMatcher.FilterType |
FilterMatcher.isHidden(OsmPrimitive primitive)
Check if primitive is hidden.
|
private FilterMatcher.FilterType |
FilterMatcher.test(java.util.List<FilterMatcher.FilterInfo> filters,
OsmPrimitive primitive,
boolean hidden) |
static FilterMatcher.FilterType |
FilterMatcher.FilterType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilterMatcher.FilterType[] |
FilterMatcher.FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|