Uses of Class
de.xima.fc.prompt.service.support.PromptImageGeometryData.Builder
Packages that use PromptImageGeometryData.Builder
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of PromptImageGeometryData.Builder in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return PromptImageGeometryData.BuilderModifier and TypeMethodDescriptionPromptImageGeometryData.builder()Creates a builder forPromptImageGeometryData.PromptImageGeometryData.Builder.canvasHeight(int canvasHeight) Sets the height of the canvas.PromptImageGeometryData.Builder.canvasSize(int canvasWidth, int canvasHeight) Sets the size of the canvas.PromptImageGeometryData.Builder.canvasWidth(int canvasWidth) Sets the width of the canvas.PromptImageGeometryData.Builder.imageHeight(int imageHeight) Sets the height of the image inside the canvas.PromptImageGeometryData.Builder.imagePosition(int imageX, int imageY) Sets the position of the image inside the canvas.PromptImageGeometryData.Builder.imageSize(int imageWidth, int imageHeight) Sets the size of the image inside the canvas.PromptImageGeometryData.Builder.imageWidth(int imageWidth) Sets the width of the image inside the canvas.PromptImageGeometryData.Builder.imageX(int imageX) Sets the X coordinate of the image inside the canvas.PromptImageGeometryData.Builder.imageY(int imageY) Sets the Y coordinate of the image inside the canvas.