public abstract class AbstractLineRender extends AbstractDataSeriesRenderer
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.swt.graphics.LineAttributes |
lineAttributes |
protected org.eclipse.swt.graphics.RGB |
lineColor |
seriesData
Constructor and Description |
---|
AbstractLineRender(ChartRenderer chart,
SeriesData abstractSeriesData) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.LineAttributes |
getLineAttributes() |
org.eclipse.swt.graphics.RGB |
getLineColor() |
float |
getLineWidth() |
void |
setLineAttributes(org.eclipse.swt.graphics.LineAttributes lineAttributes) |
void |
setLineColor(org.eclipse.swt.graphics.RGB lineColor) |
void |
setLineWidth(float width) |
dispose, handleDataUpdate, isVisible, performRender, render, resize, setVisible, translateToPoint
protected org.eclipse.swt.graphics.RGB lineColor
protected org.eclipse.swt.graphics.LineAttributes lineAttributes
public AbstractLineRender(ChartRenderer chart, SeriesData abstractSeriesData)
public void setLineAttributes(org.eclipse.swt.graphics.LineAttributes lineAttributes)
public void setLineWidth(float width)
public float getLineWidth()
public void setLineColor(org.eclipse.swt.graphics.RGB lineColor)
public org.eclipse.swt.graphics.RGB getLineColor()
public org.eclipse.swt.graphics.LineAttributes getLineAttributes()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.