Enum Class VipsCombineMode
- All Implemented Interfaces:
VEnum,VNamedEnum,Serializable,Comparable<VipsCombineMode>,Constable
See VImage.drawImage(app.photofox.vipsffm.VImage, int, int, app.photofox.vipsffm.VipsOption...) and so on.
Operations like VImage.drawImage(app.photofox.vipsffm.VImage, int, int, app.photofox.vipsffm.VipsOption...) need to be told how to combine images
from two sources.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionadd pixelsset pixels to the new value -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetName()intstatic VipsCombineModeReturns the enum constant of this class with the specified name.static VipsCombineMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COMBINE_MODE_SET
set pixels to the new value -
COMBINE_MODE_ADD
add pixels -
COMBINE_MODE_LAST
-
-
Field Details
-
parentName
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getName
- Specified by:
getNamein interfaceVNamedEnum
-
getNickname
- Specified by:
getNicknamein interfaceVNamedEnum
-
getRawValue
public int getRawValue()- Specified by:
getRawValuein interfaceVEnum
-