Uses of Class
org.eclipse.birt.chart.computation.Methods
-
Packages that use Methods Package Description org.eclipse.birt.chart.computation.withaxes This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.org.eclipse.birt.chart.datafeed Provides classes and interfaces that determine how a user's custom dataset needs to be interpreted. -
-
Uses of Methods in org.eclipse.birt.chart.computation.withaxes
Subclasses of Methods in org.eclipse.birt.chart.computation.withaxes Modifier and Type Class Description class
AutoScale
Encapsulates the auto scaling algorithms used by the rendering and chart computation framework.class
IntersectionValue
IntersectionValueclass
ScaleContext
Scale context for min/max computation. -
Uses of Methods in org.eclipse.birt.chart.datafeed
Subclasses of Methods in org.eclipse.birt.chart.datafeed Modifier and Type Class Description class
DataSetAdapter
Provides a no-op implementation of theIDataSetProcessor
interface definition to be subclassed by each extension writer as needed.
-