Uses of Record Class
cloud.opencode.base.image.watermark.TextWatermark
Packages that use TextWatermark
-
Uses of TextWatermark in cloud.opencode.base.image
Methods in cloud.opencode.base.image with parameters of type TextWatermarkModifier and TypeMethodDescriptionImage.tiledWatermark(TextWatermark watermark, int spacingX, int spacingY) Add tiled text watermark across the image 在图片上平铺文字水印Image.watermark(TextWatermark watermark) Add text watermark 添加文字水印 -
Uses of TextWatermark in cloud.opencode.base.image.watermark
Methods in cloud.opencode.base.image.watermark that return TextWatermarkModifier and TypeMethodDescriptionTextWatermark.Builder.build()Build the watermark 构建水印static TextWatermarkCreate simple text watermark 创建简单文字水印static TextWatermarkCreate text watermark with position 创建带位置的文字水印static TextWatermarkCreate text watermark with position and font 创建带位置和字体的文字水印TextWatermark.withOpacity(float newOpacity) Create copy with different opacity 创建使用不同透明度的副本TextWatermark.withPosition(Position newPosition) Create copy with different position 创建使用不同位置的副本Create copy with different text 创建使用不同文字的副本Methods in cloud.opencode.base.image.watermark with parameters of type TextWatermarkModifier and TypeMethodDescriptionstatic TextWatermark.BuilderTextWatermark.builder(TextWatermark watermark) Create a builder from existing watermark 从现有水印创建构建器