Package co.cloudcraft.model
Class ExportBlueprintQueryParams.ExportBlueprintQueryParamsBuilder
java.lang.Object
co.cloudcraft.model.ExportBlueprintQueryParams.ExportBlueprintQueryParamsBuilder
- Enclosing class:
ExportBlueprintQueryParams
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Enable or disable grid renderingImage height in pixels (for SVG, PNG and PDF).Enable or disable landscape paper format (PDF).paperSize(ExportBlueprintQueryParams.PaperSize paperSize) Paper size for renderingScale relative to original size (1.0), for example 0.5 for half or 2.0 for double size.toString()transparent(Boolean transparent) Enable or disable transparent background rendering.Image width in pixels (for SVG, PNG and PDF).
-
Method Details
-
scale
Scale relative to original size (1.0), for example 0.5 for half or 2.0 for double size.- Returns:
this.
-
width
Image width in pixels (for SVG, PNG and PDF).- Returns:
this.
-
height
Image height in pixels (for SVG, PNG and PDF).- Returns:
this.
-
grid
Enable or disable grid rendering- Returns:
this.
-
transparent
public ExportBlueprintQueryParams.ExportBlueprintQueryParamsBuilder transparent(Boolean transparent) Enable or disable transparent background rendering.- Returns:
this.
-
landscape
Enable or disable landscape paper format (PDF).- Returns:
this.
-
paperSize
public ExportBlueprintQueryParams.ExportBlueprintQueryParamsBuilder paperSize(ExportBlueprintQueryParams.PaperSize paperSize) Paper size for rendering- Returns:
this.
-
build
-
toString
-