public static class TopologyLayouts.AutoScaleParams extends Object
TopologyLayouts.AutoScaleParams
object is used to configure scaling operations.Modifier and Type | Field and Description |
---|---|
boolean |
center
Specifies whether centering should be applied.
|
static boolean |
DEFAULT_AUTOSCALE_CENTER
Default centering behaviour: true.
|
static boolean |
DEFAULT_AUTOSCALE_COMMUNICATION_RANGE
Default communication range scaling behaviour: true.
|
static double |
DEFAULT_AUTOSCALE_MARGIN_RATIO
Default margin ratio: 0.1.
|
static boolean |
DEFAULT_AUTOSCALE_SENSING_RANGE
Default sensing range scaling behaviour: true.
|
boolean |
scaleCommunicationRange
Specifies whether the communication range should be scaled.
|
double |
scaleMarginRatioX
The desired minimum scale factor of each margin on the X axis.
|
double |
scaleMarginRatioY
The desired minimum scale factor of each margin on the Y axis.
|
double |
scaleMarginRatioZ
The desired minimum scale factor of each margin on the Z axis.
|
boolean |
scaleSensingRange
Specifies whether the sensing range should be scaled.
|
Constructor and Description |
---|
AutoScaleParams() |
public static final double DEFAULT_AUTOSCALE_MARGIN_RATIO
public static final boolean DEFAULT_AUTOSCALE_CENTER
public static final boolean DEFAULT_AUTOSCALE_COMMUNICATION_RANGE
public static final boolean DEFAULT_AUTOSCALE_SENSING_RANGE
public double scaleMarginRatioX
public double scaleMarginRatioY
public double scaleMarginRatioZ
public boolean center
public boolean scaleCommunicationRange
public boolean scaleSensingRange