public class SvgGenerationSettings extends Settings
Constructor and Description |
---|
SvgGenerationSettings() |
Modifier and Type | Method and Description |
---|---|
GfxSize |
calculateChartHeight() |
GfxSize |
calculateChartWidth() |
GfxSize |
calculateXEnd() |
float |
calculateXScalingFactor(Range inXRange) |
GfxSize |
calculateXStart() |
GfxSize |
calculateYBottom() |
float |
calculateYScalingFactor(Range inYRange) |
GfxSize |
calculateYTop() |
Font |
getFont() |
GfxSize |
getHeight() |
GfxSize |
getPadding() |
GfxSize |
getWidth() |
protected void |
init()
For subclasses to override.
|
SvgGenerationSettings |
setFont(Font inValue) |
SvgGenerationSettings |
setHeight(GfxSize inValue) |
SvgGenerationSettings |
setPadding(GfxSize inValue) |
SvgGenerationSettings |
setWidth(GfxSize inValue) |
public SvgGenerationSettings()
public SvgGenerationSettings setWidth(GfxSize inValue)
public SvgGenerationSettings setHeight(GfxSize inValue)
public SvgGenerationSettings setPadding(GfxSize inValue)
public GfxSize getPadding()
public SvgGenerationSettings setFont(Font inValue)
public GfxSize calculateXStart()
public GfxSize calculateXEnd()
public GfxSize calculateChartWidth()
public float calculateXScalingFactor(Range inXRange)
public GfxSize calculateYTop()
public GfxSize calculateYBottom()
public GfxSize calculateChartHeight()
public float calculateYScalingFactor(Range inYRange)
jataylor@hairyfatguy.com