public abstract static class TeXExporter.ScaleOption extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
heightInMillimeter |
protected TeXExporter.ScaleEnum |
scale |
protected double |
widthInMillimeter |
Constructor and Description |
---|
ScaleOption() |
Modifier and Type | Method and Description |
---|---|
abstract double |
heightFactor(double dWidth,
double dHeight) |
abstract double |
widthFactor(double dWidth,
double dHeight) |
protected TeXExporter.ScaleEnum scale
protected double widthInMillimeter
protected double heightInMillimeter
public ScaleOption()
public abstract double widthFactor(double dWidth, double dHeight)
public abstract double heightFactor(double dWidth, double dHeight)
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.