Uses of Class
com.bc.ceres.jai.operator.InterpretationType
-
Packages that use InterpretationType Package Description com.bc.ceres.jai.operator -
-
Uses of InterpretationType in com.bc.ceres.jai.operator
Fields in com.bc.ceres.jai.operator declared as InterpretationType Modifier and Type Field Description static InterpretationType
ReinterpretDescriptor. AWT
The default interpretation type: all data types are interpreted as in AWTstatic InterpretationType
ReinterpretDescriptor. INTERPRET_BYTE_SIGNED
Interpretation type for interpreting byte data as signed.static InterpretationType
ReinterpretDescriptor. INTERPRET_INT_UNSIGNED
Interpretation type for interpreting integer data as unsigned.Methods in com.bc.ceres.jai.operator with parameters of type InterpretationType Modifier and Type Method Description static javax.media.jai.RenderedOp
ReinterpretDescriptor. create(RenderedImage source, double factor, double offset, ScalingType scalingType, InterpretationType interpretationType, RenderingHints hints)
Reinterprets an image.static int
ReinterpretDescriptor. getTargetDataType(int sourceDataType, double factor, double offset, ScalingType scalingType, InterpretationType interpretationType)
Returns the target data type for a given source data type and reinterpretation properties.
-