public class ConverterParameters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowTransformForRoot
Checked if transformation is allowed for the root.
|
javafx.scene.paint.Color |
background
The background Color.
|
int |
grayScalePercent
The gray-scale parcent for the disabled Nodes if the Disabled state for Nodes is supported.
|
boolean |
hasViewbox
Checked to add a viewBox.
|
double |
height
The forced height of the svg output.
|
double |
insets
The insets of the svg content.
|
boolean |
isSupportingDisabled
True if the Disabled state for Nodes is supported.
|
java.lang.String |
title
The title.
|
double |
width
The forced width of the svg output.
|
| Constructor and Description |
|---|
ConverterParameters()
Create parameters with default values.
|
public double width
public java.lang.String title
null by default (no title).public double height
public double insets
public boolean hasViewbox
false by default (no viewbox).public boolean allowTransformForRoot
public javafx.scene.paint.Color background
null by default (no background color).public boolean isSupportingDisabled
true by default).public int grayScalePercent
Copyright © 2021, 2022, 2025, 2026 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence