TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.internal
Interface IScaleProvider


Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IScaleProvider

Interface use to create a scale for unknown DAxis data class. By default JScrib charts handle numbers and Date, for other data classes you must implements this interface in property P_DATA_CLASS.


Method Summary
 IScale newScaleFor(java.lang.Class _data_class)
          Deprecated.  
 

Method Detail

newScaleFor

IScale newScaleFor(java.lang.Class _data_class)
Deprecated. 
Returns:
IScale object for a given data class (from P_DATA_CLASS property of DAxis)

TPTP 4.5.0 Platform Project
Internal API Specification