public class TraceMemento
extends java.lang.Object
| Constructor and Description |
|---|
TraceMemento() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAreaAlpha() |
Trace.BaseLine |
getBaseLine() |
int |
getErrorBarCapWidth() |
org.eclipse.swt.graphics.Color |
getErrorBarColor() |
int |
getLineWidth() |
java.lang.String |
getName() |
int |
getPointSize() |
Trace.PointStyle |
getPointStyle() |
org.eclipse.swt.graphics.Color |
getTraceColor() |
Trace.TraceType |
getTraceType() |
Axis |
getXAxis() |
Trace.ErrorBarType |
getXErrorBarType() |
Axis |
getYAxis() |
Trace.ErrorBarType |
getYErrorBarType() |
boolean |
isAntiAliasing() |
boolean |
isDrawYErrorInArea() |
boolean |
isErrorBarEnabled() |
void |
setAntiAliasing(boolean antiAliasing) |
void |
setAreaAlpha(int areaAlpha) |
void |
setBaseLine(Trace.BaseLine baseLine) |
void |
setDrawYErrorInArea(boolean drawYErrorInArea) |
void |
setErrorBarCapWidth(int errorBarCapWidth) |
void |
setErrorBarColor(org.eclipse.swt.graphics.Color errorBarColor) |
void |
setErrorBarEnabled(boolean errorBarEnabled) |
void |
setLineWidth(int lineWidth) |
void |
setName(java.lang.String name) |
void |
setPointSize(int pointSize) |
void |
setPointStyle(Trace.PointStyle pointStyle) |
void |
setTraceColor(org.eclipse.swt.graphics.Color traceColor) |
void |
setTraceType(Trace.TraceType traceType) |
void |
setXAxis(Axis axis) |
void |
setXErrorBarType(Trace.ErrorBarType errorBarType) |
void |
setYAxis(Axis axis) |
void |
setYErrorBarType(Trace.ErrorBarType errorBarType) |
public java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic Axis getXAxis()
public void setXAxis(Axis axis)
axis - the xAxis to setpublic Axis getYAxis()
public void setYAxis(Axis axis)
axis - the yAxis to setpublic org.eclipse.swt.graphics.Color getTraceColor()
public void setTraceColor(org.eclipse.swt.graphics.Color traceColor)
traceColor - the traceColor to setpublic Trace.TraceType getTraceType()
public void setTraceType(Trace.TraceType traceType)
traceType - the traceType to setpublic int getLineWidth()
public void setLineWidth(int lineWidth)
lineWidth - the lineWidth to setpublic Trace.PointStyle getPointStyle()
public void setPointStyle(Trace.PointStyle pointStyle)
pointStyle - the pointStyle to setpublic int getPointSize()
public void setPointSize(int pointSize)
pointSize - the pointSize to setpublic Trace.BaseLine getBaseLine()
public void setBaseLine(Trace.BaseLine baseLine)
baseLine - the baseLine to setpublic int getAreaAlpha()
public void setAreaAlpha(int areaAlpha)
areaAlpha - the areaAlpha to setpublic boolean isAntiAliasing()
public void setAntiAliasing(boolean antiAliasing)
antiAliasing - the antiAliasing to setpublic boolean isErrorBarEnabled()
public void setErrorBarEnabled(boolean errorBarEnabled)
errorBarEnabled - the errorBarEnabled to setpublic Trace.ErrorBarType getXErrorBarType()
public void setXErrorBarType(Trace.ErrorBarType errorBarType)
errorBarType - the xErrorBarType to setpublic Trace.ErrorBarType getYErrorBarType()
public void setYErrorBarType(Trace.ErrorBarType errorBarType)
errorBarType - the yErrorBarType to setpublic org.eclipse.swt.graphics.Color getErrorBarColor()
public void setErrorBarColor(org.eclipse.swt.graphics.Color errorBarColor)
errorBarColor - the errorBarColor to setpublic int getErrorBarCapWidth()
public void setErrorBarCapWidth(int errorBarCapWidth)
errorBarCapWidth - the errorBarCapWidth to setpublic boolean isDrawYErrorInArea()
public void setDrawYErrorInArea(boolean drawYErrorInArea)
drawYErrorInArea - the drawYErrorInArea to set