Uses of Class
omix.plugin.paint.PaintHandlerInterface.PaintOption
Package | Description |
---|---|
omix.plugin.paint |
This package contains interfaces allowing to implement image and movie export plugins.
|
-
Uses of PaintHandlerInterface.PaintOption in omix.plugin.paint
Methods in omix.plugin.paint that return PaintHandlerInterface.PaintOption Modifier and Type Method Description static PaintHandlerInterface.PaintOption
PaintHandlerInterface.PaintOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static PaintHandlerInterface.PaintOption[]
PaintHandlerInterface.PaintOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in omix.plugin.paint with parameters of type PaintHandlerInterface.PaintOption Modifier and Type Method Description boolean
PaintHandlerInterface. supportsOption(String suffix, PaintHandlerInterface.PaintOption option)
Determines if the give file format supports a paint option.