public class BitMapMinAreaChecker extends java.lang.Object implements MinAreaChecker
NUM_THREADS, RECTS_PER_STRIPE, REPORT_TILES
Constructor and Description |
---|
BitMapMinAreaChecker() |
Modifier and Type | Method and Description |
---|---|
void |
check(LayoutCell topCell,
long minArea,
java.util.Properties parameters,
ErrorLogger errorLogger) |
java.lang.String |
getAlgorithmName() |
java.util.Properties |
getDefaultParameters() |
public java.lang.String getAlgorithmName()
getAlgorithmName
in interface MinAreaChecker
public java.util.Properties getDefaultParameters()
getDefaultParameters
in interface MinAreaChecker
public void check(LayoutCell topCell, long minArea, java.util.Properties parameters, ErrorLogger errorLogger)
check
in interface MinAreaChecker
topCell
- top cell of the layoutminArea
- minimal area of valid polygonparameters
- algorithm parameterserrorLogger
- an API to report violations