public class VectorSearchCriteria extends SearchCriteria
| Constructor and Description |
|---|
VectorSearchCriteria() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ICriteriaVisitor visitor) |
ColorRange |
getVectorColorRange()
Gets the range of colors which are used to filter vector watermarks by foreground color.
|
boolean |
isSatisfiedBy(PossibleWatermark candidate) |
void |
setVectorColorRange(ColorRange value)
Sets the range of colors which are used to filter vector watermarks by foreground color.
|
and, not, orpublic void accept(ICriteriaVisitor visitor)
accept in class SearchCriteriapublic final ColorRange getVectorColorRange()
Gets the range of colors which are used to filter vector watermarks by foreground color.
public boolean isSatisfiedBy(PossibleWatermark candidate)
isSatisfiedBy in class SearchCriteriapublic final void setVectorColorRange(ColorRange value)
Sets the range of colors which are used to filter vector watermarks by foreground color.
value - The range of colors which are used to filter vector watermarks by foreground color.Copyright © 2026. All rights reserved.