public final class CurveRenderer
extends java.lang.Object
Constructor and Description |
---|
CurveRenderer(ChartWithAxes _cwa,
BaseRenderer _render,
LineAttributes _lia,
Location[] _lo,
boolean _bShowAsTape,
double _tapeWidth,
boolean _bDeferred,
boolean _bKeepState,
Fill paletteEntry,
boolean usePaletteLineColor,
boolean connectMissingValue)
The constructor.
|
CurveRenderer(ChartWithAxes _cwa,
BaseRenderer _render,
LineAttributes _lia,
Location[] _lo,
double _zeroLocation,
boolean _bShowAsTape,
double _tapeWidth,
boolean _bFillArea,
boolean _bTranslucent,
boolean _bUseLastState,
boolean _bDeferred,
boolean _bKeepState,
Fill paletteEntry,
boolean usePaletteLineColor,
boolean connectMissingValue)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
draw(IPrimitiveRenderer ipr) |
static java.util.List<double[]> |
generateCurvePoints(BaseRenderer _render,
Location[] loPoints,
boolean connectMissingValue,
double fXOffset,
double fYOffset)
Generates the points of curve line.
|
public CurveRenderer(ChartWithAxes _cwa, BaseRenderer _render, LineAttributes _lia, Location[] _lo, boolean _bShowAsTape, double _tapeWidth, boolean _bDeferred, boolean _bKeepState, Fill paletteEntry, boolean usePaletteLineColor, boolean connectMissingValue)
_render
- _lia
- _faX
- _faY
- public CurveRenderer(ChartWithAxes _cwa, BaseRenderer _render, LineAttributes _lia, Location[] _lo, double _zeroLocation, boolean _bShowAsTape, double _tapeWidth, boolean _bFillArea, boolean _bTranslucent, boolean _bUseLastState, boolean _bDeferred, boolean _bKeepState, Fill paletteEntry, boolean usePaletteLineColor, boolean connectMissingValue)
_cwa
- _render
- _lia
- _faX
- _faY
- _bShowAsTape
- public final void draw(IPrimitiveRenderer ipr) throws ChartException
ipr
- ChartException
public static java.util.List<double[]> generateCurvePoints(BaseRenderer _render, Location[] loPoints, boolean connectMissingValue, double fXOffset, double fYOffset)
loPoints
- connectMissingValue
- fXOffset
- fYOffset
- Copyright © 2014 OpenText Corp. All rights reserved.