adams.flow.transformer.ScaleReportObjects
Scales the objects in the report using the provided scale factors.
Processes the following suffixes of all the report fields that match the provided prefix:
- .x
- .y
- .width
- .height
Flow input/output:
- input: adams.data.report.Report, adams.data.report.ReportHandler
- output: adams.data.report.Report, adams.data.report.ReportHandler
The logging level for outputting errors and debugging output.
command-line | -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> |
default | WARNING |
min-user-mode | Expert |
The name of the actor.
command-line | -name <java.lang.String> |
default | ScaleReportObjects |
The annotations to attach to this actor.
command-line | -annotation <adams.core.base.BaseAnnotation> |
default |
|
If set to true, transformation is skipped and the input token is just forwarded as it is.
command-line | -skip <boolean> |
default | false |
If set to true, the flow execution at this level gets stopped in case this actor encounters an error; the error gets propagated; useful for critical actors.
command-line | -stop-flow-on-error <boolean> |
default | false |
min-user-mode | Expert |
If enabled, then no errors are output in the console; Note: the enclosing actor handler must have this enabled as well.
command-line | -silent <boolean> |
default | false |
min-user-mode | Expert |
The prefix of the objects to scale.
command-line | -prefix <java.lang.String> |
default | Object. |
The factor for scaling x/width.
command-line | -scale-x <double> |
default | 1.0 |
minimum | 0.0 |
maximum | 1.0 |
The factor for scaling y/width.
command-line | -scale-y <double> |
default | 1.0 |
minimum | 0.0 |
maximum | 1.0 |
If enabled, the scaled values get round.
command-line | -round <boolean> |
default | false |
The type of rounding to perform.
command-line | -rounding-type <ROUND|CEILING|FLOOR|RINT> |
default | ROUND |
The number of decimals after the decimal point to use.
command-line | -num-decimals <int> |
default | 0 |
minimum | 0 |