Uses of Class
org.eclipse.birt.chart.computation.withaxes.ScaleContext
Packages that use ScaleContext
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
-
Uses of ScaleContext in org.eclipse.birt.chart.computation.withaxes
Methods in org.eclipse.birt.chart.computation.withaxes that return ScaleContextModifier and TypeMethodDescriptionScaleContext.copy()
static ScaleContext
ScaleContext.createSimpleScale
(Object oMin, Object oMax) Creates a simple instance of scale.SharedScaleContext.getScaleContext()
Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type ScaleContextModifier and TypeMethodDescriptionvoid
SharedScaleContext.setScaleContext
(ScaleContext scaleContext) void
ScaleContext.updateShared
(ScaleContext that) Constructors in org.eclipse.birt.chart.computation.withaxes with parameters of type ScaleContextModifierConstructorDescriptionAutoScale
(AutoScale.ScaleInfo info, ScaleContext context) SharedScaleContext
(ScaleContext scaleContext, Object realMin, Object realMax)