-
Returns the enum constant of this class with the specified name.
SpincastWatermarkPosition.values()
Returns an array containing the constants of this enum class, in
the order they are declared.
SpincastWatermarkerFactory.createImageWatermarker(String text,
Color textColor,
Color backgroundColor,
Font textFont,
String imageFilePath,
boolean imageFileOnClasspath,
SpincastWatermarkPosition position,
Integer margin,
Float opacity,
Integer percentageWidth,
Integer borderWidth,
Color borderColor)
The position where the watermark will be created
on the image.
The position where the watermark will be created
on the image.
protected net.coobird.thumbnailator.geometry.Position
SpincastImageWatermarkerDefault(String text,
Color textColor,
Color backgroundColor,
Font textFont,
String imageFilePath,
boolean imageFileOnClasspath,
SpincastWatermarkPosition position,
Integer margin,
Float opacity,
Integer percentageWidth,
Integer borderWidth,
Color borderColor,
SpincastUtils spincastUtils,
SpincastConfig spincastConfig)