TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.internal
Class CurveStyle

java.lang.Object
  extended by org.eclipse.tptp.platform.report.chart.internal.CurveStyle

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 class CurveStyle
extends java.lang.Object

Associate a curve to a style, and more few things useful to render DCurve.


Field Summary
 DCurve curve_
          Deprecated. the curve which style is applied
 IGCDStyle style_
          Deprecated. the chart style created by DefaultChartRender
 ISymbol symbol_
          Deprecated. a symbol for curve, used, for legend and point (if XY,with T_POINT), symbol_default ... by default
 
Constructor Summary
CurveStyle(DCurve _c, float _scale)
          Deprecated. Create a Curve Style
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

curve_

public DCurve curve_
Deprecated. 
the curve which style is applied


style_

public IGCDStyle style_
Deprecated. 
the chart style created by DefaultChartRender


symbol_

public ISymbol symbol_
Deprecated. 
a symbol for curve, used, for legend and point (if XY,with T_POINT), symbol_default ... by default

Constructor Detail

CurveStyle

public CurveStyle(DCurve _c,
                  float _scale)
Deprecated. 
Create a Curve Style


TPTP 4.6.0 Platform Project
Internal API Specification