@Deprecated public class SizeSearchCriteria extends SearchCriteria
Represents criteria allowing filtering by watermark size.
Constructor and Description |
---|
SizeSearchCriteria(int dimension,
double min,
double max)
Deprecated.
Initializes a new instance of the
SizeSearchCriteria class. |
Modifier and Type | Method and Description |
---|---|
int |
getDimension()
Deprecated.
Gets the dimension of watermark to search by.
|
double |
getMaximum()
Deprecated.
Gets the ending value.
|
double |
getMinimum()
Deprecated.
Gets the starting value.
|
and, not, or
public SizeSearchCriteria(int dimension, double min, double max)
Initializes a new instance of the SizeSearchCriteria
class.
dimension
- The dimension of a watermark to search by.min
- The starting value.max
- The ending value.public final double getMinimum()
Gets the starting value.
public final double getMaximum()
Gets the ending value.
public final int getDimension()
Gets the dimension of watermark to search by.
Copyright © 2020. All rights reserved.