Uses of Interface
org.eclipse.nebula.visualization.xygraph.dataprovider.ISample
-
-
Uses of ISample in org.eclipse.nebula.visualization.internal.xygraph.undo
Fields in org.eclipse.nebula.visualization.internal.xygraph.undo declared as ISample Modifier and Type Field Description private ISampleMovingAnnotationCommand. afterMoveSnappedSampleprivate ISampleMovingAnnotationCommand. beforeMoveSnappedSampleMethods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type ISample Modifier and Type Method Description voidMovingAnnotationCommand. setAfterMoveSnappedSample(ISample afterMoveSnappedSample)voidMovingAnnotationCommand. setBeforeMoveSnappedSample(ISample beforeMoveSnappedSample) -
Uses of ISample in org.eclipse.nebula.visualization.xygraph.dataprovider
Classes in org.eclipse.nebula.visualization.xygraph.dataprovider that implement ISample Modifier and Type Class Description classSampleAn (x,y) sample data with error.Fields in org.eclipse.nebula.visualization.xygraph.dataprovider with type parameters of type ISample Modifier and Type Field Description private CircularBuffer<ISample>CircularBufferDataProvider. traceDataMethods in org.eclipse.nebula.visualization.xygraph.dataprovider that return ISample Modifier and Type Method Description abstract ISampleAbstractDataProvider. getSample(int index)ISampleCircularBufferDataProvider. getSample(int index)ISampleIDataProvider. getSample(int index)Get sample by indexMethods in org.eclipse.nebula.visualization.xygraph.dataprovider that return types with arguments of type ISample Modifier and Type Method Description java.util.Iterator<ISample>CircularBufferDataProvider. iterator()Methods in org.eclipse.nebula.visualization.xygraph.dataprovider with parameters of type ISample Modifier and Type Method Description voidCircularBufferDataProvider. addSample(ISample sample) -
Uses of ISample in org.eclipse.nebula.visualization.xygraph.figures
Fields in org.eclipse.nebula.visualization.xygraph.figures declared as ISample Modifier and Type Field Description protected ISampleAnnotation. currentSnappedSampleFields in org.eclipse.nebula.visualization.xygraph.figures with type parameters of type ISample Modifier and Type Field Description private java.util.List<ISample>Trace. hotSampleistMethods in org.eclipse.nebula.visualization.xygraph.figures that return ISample Modifier and Type Method Description private ISample[]Trace. getIntersection(ISample dp1, ISample dp2)Compute axes intersection considering the 'TraceType'private ISample[]Trace. getStraightLineIntersection(ISample dp1, ISample dp2)Compute intersection of straight line with axes, no correction for 'TraceType'.Methods in org.eclipse.nebula.visualization.xygraph.figures that return types with arguments of type ISample Modifier and Type Method Description java.util.List<ISample>Trace. getHotSampleList()Hot Sample is the sample on the trace which has been drawn in plot area.Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type ISample Modifier and Type Method Description private voidTrace. drawErrorBar(org.eclipse.draw2d.Graphics graphics, org.eclipse.draw2d.geometry.Point dpPos, ISample dp)private voidTrace. drawPoint(org.eclipse.draw2d.Graphics graphics, org.eclipse.draw2d.geometry.Point pos, ISample sample)private voidTrace. drawYErrorArea(org.eclipse.draw2d.Graphics graphics, ISample predp, ISample dp, org.eclipse.draw2d.geometry.Point predpPos, org.eclipse.draw2d.geometry.Point dpPos)private booleanTrace. evalDP(double x, double y, ISample dp1, ISample dp2)Sanity check: Point x/y was computed to be an axis intersection, but that can fail because of rounding errors or for samples with NaN, Infinity.private ISample[]Trace. getIntersection(ISample dp1, ISample dp2)Compute axes intersection considering the 'TraceType'private ISample[]Trace. getStraightLineIntersection(ISample dp1, ISample dp2)Compute intersection of straight line with axes, no correction for 'TraceType'.voidAnnotation. setCurrentSnappedSample(ISample currentSnappedSample, boolean keepLabelPosition)voidCircleAnnotation. setCurrentSnappedSample(ISample currentSnappedSample, boolean keepLabelPosition)voidCrossAnnotation. setCurrentSnappedSample(ISample currentSnappedSample, boolean keepLabelPosition) -
Uses of ISample in org.eclipse.nebula.visualization.xygraph.styleprovider
Methods in org.eclipse.nebula.visualization.xygraph.styleprovider with parameters of type ISample Modifier and Type Method Description org.eclipse.swt.graphics.ColorBasePointStyleProvider. getPointColor(ISample sample, Trace trace)org.eclipse.swt.graphics.ColorBooleanStyleProvider. getPointColor(ISample sample, Trace trace)org.eclipse.swt.graphics.ColorDoubleStyleProvider. getPointColor(ISample sample, Trace trace)org.eclipse.swt.graphics.ColorIPointStyleProvider. getPointColor(ISample sample, Trace trace)Get the marker color for the given sampleorg.eclipse.swt.graphics.ColorStringStyleProvider. getPointColor(ISample sample, Trace trace)intBasePointStyleProvider. getPointSize(ISample sample, Trace trace)intIPointStyleProvider. getPointSize(ISample sample, Trace trace)Get the marker size for the given sampleintStringStyleProvider. getPointSize(ISample sample, Trace trace)Trace.PointStyleBasePointStyleProvider. getPointStyle(ISample sample, Trace trace)Trace.PointStyleIPointStyleProvider. getPointStyle(ISample sample, Trace trace)Get the marker style for the given sampleTrace.PointStyleStringStyleProvider. getPointStyle(ISample sample, Trace trace)
-