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 InterpretationTypeReinterpretDescriptor. AWTThe default interpretation type: all data types are interpreted as in AWTstatic InterpretationTypeReinterpretDescriptor. INTERPRET_BYTE_SIGNEDInterpretation type for interpreting byte data as signed.static InterpretationTypeReinterpretDescriptor. INTERPRET_INT_UNSIGNEDInterpretation 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.RenderedOpReinterpretDescriptor. create(RenderedImage source, double factor, double offset, ScalingType scalingType, InterpretationType interpretationType, RenderingHints hints)Reinterprets an image.static intReinterpretDescriptor. 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.
-