Uses of Class
digilib.image.DocuImage.ColorOp
-
Packages that use DocuImage.ColorOp Package Description digilib.image -
-
Uses of DocuImage.ColorOp in digilib.image
Methods in digilib.image that return DocuImage.ColorOp Modifier and Type Method Description DocuImage.ColorOp
ImageJobDescription. getColOp()
Return the color operation as a ColorOp.static DocuImage.ColorOp
DocuImage.ColorOp. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocuImage.ColorOp[]
DocuImage.ColorOp. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in digilib.image with parameters of type DocuImage.ColorOp Modifier and Type Method Description void
DocuImage. colorOp(DocuImage.ColorOp op)
Changes the colors of the current image.void
DocuImageImpl. colorOp(DocuImage.ColorOp op)
void
ImageLoaderDocuImage. colorOp(DocuImage.ColorOp colop)
-