public final class FixedDewarpPolicy extends DewarpPolicy
| Modifier and Type | Field and Description | 
|---|---|
static int | 
DEFAULT_DEWARP_HEIGHT
Default dewarp height value used when using default constructor. 
 | 
| Constructor and Description | 
|---|
FixedDewarpPolicy()  | 
FixedDewarpPolicy(int dewarpHeight)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getDewarpHeight()
Returns the desired dewarp height (in pixels) as specified by this policy. 
 | 
protected void | 
setNativePolicy(long nativeProcessorContext)  | 
public static final int DEFAULT_DEWARP_HEIGHT
public FixedDewarpPolicy()
public FixedDewarpPolicy(int dewarpHeight)
dewarpHeight - Desired dewarp height in pixels. Note that if device does not support given
                     dewarp height, the max supported by the device will be used.protected void setNativePolicy(long nativeProcessorContext)
setNativePolicy in class DewarpPolicypublic int getDewarpHeight()