- dataReduction(ReductionScheme) - Method in class org.epics.graphene.LineGraph2DRendererUpdate
-
Sets this object's data reduction scheme to the given scheme.
- dataReduction(ReductionScheme) - Method in class org.epics.graphene.MultiAxisLineGraph2DRendererUpdate
-
Sets this object's data reduction scheme to the given scheme.
- datasetFrom(ListNumber, ListNumber) - Static method in class org.epics.graphene.Cell1DDatasets
-
- datasetFrom(Cell2DDatasets.Function2D, ListNumber, ListNumber) - Static method in class org.epics.graphene.Cell2DDatasets
-
- datasetFrom(ListNumber, ListNumber, ListNumber) - Static method in class org.epics.graphene.Cell2DDatasets
-
- DEFAULT_COLOR_MAP - Static variable in class org.epics.graphene.IntensityGraph2DRenderer
-
Default color map: JET.
- DEFAULT_DRAW_LEGEND - Static variable in class org.epics.graphene.IntensityGraph2DRenderer
-
Default draw legend: false.
- DEFAULT_INTERPOLATION_SCHEME - Static variable in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
Default interpolation scheme: nearest neighbor.
- DEFAULT_REDUCTION_SCHEME - Static variable in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
Default interpolation scheme: nearest neighbor.
- DEFAULT_SEPARATE_AREAS - Static variable in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
Default separate area flag: false (all lines overlap in one area).
- display() - Static method in class org.epics.graphene.AxisRanges
-
- draw(Graphics2D, Cell1DDataset) - Method in class org.epics.graphene.AreaGraph2DRenderer
-
Draws the area to be put behind a graph on the given Graphics2D context, given the Cell1DDataset.
- draw(Graphics2D, Point3DWithLabelDataset) - Method in class org.epics.graphene.BubbleGraph2DRenderer
-
Draws a bubble graph on the given Graphics2D context using the given data.
- draw(GraphBuffer, Cell2DDataset) - Method in class org.epics.graphene.IntensityGraph2DRenderer
-
Draws an intensity graph in the given graphics context, using the given data.
- draw(Graphics2D, Point2DDataset) - Method in class org.epics.graphene.LineGraph2DRenderer
-
Draws the graph on the given graphics context.
- draw(Graphics2D, List<Point2DDataset>) - Method in class org.epics.graphene.LineGraph2DRenderer
-
Draws a graph with multiple lines, each pertaining to a different set of data.
- draw(Graphics2D, TimeSeriesDataset) - Method in class org.epics.graphene.LineTimeGraph2DRenderer
-
Draws the graph on the given graphics context.
- draw(Graphics2D, List<Point2DDataset>) - Method in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
Draws the graph on the given graphics context.
- draw(Graphics2D, Point2DDataset) - Method in class org.epics.graphene.ScatterGraph2DRenderer
-
- draw(Graphics2D, Point2DDataset) - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
Draws the graph on the given graphics context.
- drawBackground() - Method in class org.epics.graphene.Graph2DRenderer
-
Draws the background with the background color.
- drawBackground() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
- drawCircle(Graphics2D, Point2DDataset, int, Color) - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
Draws a circle of a certain color at a certain position.
- drawCircles(boolean) - Method in class org.epics.graphene.SparklineGraph2DRendererUpdate
-
Sets whether circles are drawn on the line at important values.
- drawDataImage(int, int, int[], int[], Cell2DDataset, NumberColorMapInstance) - Method in class org.epics.graphene.GraphBuffer
-
- drawGraphArea() - Method in class org.epics.graphene.Graph2DRenderer
-
Draw the calculated graph area.
- drawGraphArea() - Method in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
- drawGraphArea() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
- drawHorizontalReferenceLines() - Method in class org.epics.graphene.Graph2DRenderer
-
Draws the horizontal reference lines based on the calculated
graph area.
- drawHorizontalReferenceLines() - Method in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
- drawHorizontalReferenceLines() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
- drawHorizontalReferenceLinesSplit() - Method in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
- drawLegend(boolean) - Method in class org.epics.graphene.IntensityGraph2DRendererUpdate
-
Sets this object's drawLegend to the given boolean value.
- drawString(Graphics2D, Java2DStringUtilities.Alignment, int, int, String) - Static method in class org.epics.graphene.Java2DStringUtilities
-
Draws a string using the given alignment.
- drawValueExplicitLine(ListNumber, ListNumber, InterpolationScheme, ReductionScheme) - Method in class org.epics.graphene.Graph2DRenderer
-
Draws an explicit line give the interpolation and reduction schemes,
the x values and the y values.
- drawValueExplicitLine(ListNumber, ListNumber, InterpolationScheme, ReductionScheme, int) - Method in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
- drawValueLine(ListNumber, ListNumber, InterpolationScheme) - Method in class org.epics.graphene.Graph2DRenderer
-
Draws an implicit line given the interpolation scheme and the x,y values.
- drawValueLine(ListNumber, ListNumber, InterpolationScheme) - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
- drawVerticalReferenceLines() - Method in class org.epics.graphene.Graph2DRenderer
-
Draw reference lines that correspond to reference values.
- drawVerticalReferenceLines() - Method in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
- drawVerticalReferenceLines() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
- drawVerticalReferenceLinesSplit() - Method in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
- drawXLabels() - Method in class org.epics.graphene.Graph2DRenderer
-
Draw the horizontal labels based on the calculated graph area.
- drawXLabels() - Method in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
- drawXLabels() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
- drawXLabelsSplit() - Method in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
- drawYLabels() - Method in class org.epics.graphene.Graph2DRenderer
-
Draw the vertical labels based on the calculated graph area.
- drawYLabels() - Method in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
- drawYLabels() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
- drawYLabelsSplit() - Method in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
- g - Variable in class org.epics.graphene.Graph2DRenderer
-
- g - Variable in class org.epics.graphene.TemporalGraph2DRenderer
-
- getAggregatedRange() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
The aggregated range of all the data that has been rendered.
- getAggregatedTimeInterval() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
The aggregated range of all the data that has been rendered.
- getAspectRatio() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
Gets the preferred width to height ratio that must be maintained within the graph area.
- getAspectRatio() - Method in class org.epics.graphene.SparklineGraph2DRendererUpdate
-
Gets the width to height aspect ratio of the graph area
- getAverage() - Method in interface org.epics.graphene.Statistics
-
The average value.
- getAxisRange() - Method in interface org.epics.graphene.AxisRangeInstance
-
- getAxisRange() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
The current strategy to calculate the x range for the graph.
- getAxisRange() - Method in class org.epics.graphene.TemporalGraph2DRendererUpdate
-
- getBackgroundColor() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets background color of the image.
- getBottomAreaMargin() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the margin between the bottom of the graph area and the axes/labels area.
- getBottomMargin() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the margin between the bottom of the image and the bottom of the axes/labels area.
- getCircleDiameter() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
Gets the diameter for all circles that are drawn along the line in pixels.
- getCircleDiameter() - Method in class org.epics.graphene.SparklineGraph2DRendererUpdate
-
Gets the diameter of the circle.
- getColor(String) - Method in interface org.epics.graphene.LabelColorScheme
-
- getColorMap() - Method in class org.epics.graphene.IntensityGraph2DRenderer
-
Return the color scheme used for the value.
- getColorMap() - Method in class org.epics.graphene.IntensityGraph2DRendererUpdate
-
- getCount() - Method in interface org.epics.graphene.Point1DDataset
-
The number of points in the dataset.
- getCount() - Method in interface org.epics.graphene.Point2DDataset
-
The number of points in the dataset.
- getCount() - Method in interface org.epics.graphene.Point3DWithLabelDataset
-
- getCount() - Method in interface org.epics.graphene.Statistics
-
The number of values (excluding NaN) included in the set.
- getCount() - Method in interface org.epics.graphene.TimeSeriesDataset
-
The number of values in the dataset.
- getDataReduction() - Method in class org.epics.graphene.LineGraph2DRendererUpdate
-
Current reduction scheme
- getDataReduction() - Method in class org.epics.graphene.MultiAxisLineGraph2DRendererUpdate
-
Current reduction scheme
- getDisplayRange() - Method in interface org.epics.graphene.Cell2DDataset
-
Returns the suggested range to display the values.
- getDrawCircles() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
Gets the decision of whether the draw function also draws circles at important data points.
- getDrawCircles() - Method in class org.epics.graphene.SparklineGraph2DRendererUpdate
-
Gets the decision for whether circles are drawn.
- getDrawLegend() - Method in class org.epics.graphene.IntensityGraph2DRendererUpdate
-
- getFirstIndex() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
The index corresponding to the first value.
- getFirstValue() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
Gets the first y-value in the list of data.
- getFocusPixelX() - Method in class org.epics.graphene.AreaGraph2DRenderer
-
- getFocusPixelX() - Method in class org.epics.graphene.AreaGraph2DRendererUpdate
-
- getFocusPixelX() - Method in class org.epics.graphene.BubbleGraph2DRendererUpdate
-
New horizontal position of the focused pixel.
- getFocusPixelX() - Method in class org.epics.graphene.LineGraph2DRenderer
-
Current x-position(pixel) of the value that the mouse is focused on.
- getFocusPixelX() - Method in class org.epics.graphene.LineGraph2DRendererUpdate
-
Current x-value of the focused pixel
- getFocusPixelY() - Method in class org.epics.graphene.BubbleGraph2DRendererUpdate
-
New vertical position of the focused pixel.
- getFocusValueIndex() - Method in class org.epics.graphene.AreaGraph2DRenderer
-
- getFocusValueIndex() - Method in class org.epics.graphene.BubbleGraph2DRenderer
-
Return the index of the focused value.
- getFocusValueIndex() - Method in class org.epics.graphene.LineGraph2DRenderer
-
Current index of the value that the mouse is focused on.
- getGraphAreaToLegendMargin() - Method in class org.epics.graphene.IntensityGraph2DRendererUpdate
-
- getGraphicsContext() - Method in class org.epics.graphene.GraphBuffer
-
- getHighlightFocusValue() - Method in class org.epics.graphene.AreaGraph2DRendererUpdate
-
- getHighlightFocusValue() - Method in class org.epics.graphene.BubbleGraph2DRendererUpdate
-
Whether to highlight the focused value.
- getHighlightFocusValue() - Method in class org.epics.graphene.LineGraph2DRendererUpdate
-
Current state of highlightFocusValue.
- getImage() - Method in class org.epics.graphene.GraphBuffer
-
- getImageHeight() - Method in class org.epics.graphene.Graph2DRenderer
-
The current height of the graph.
- getImageHeight() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets height of image.
- getImageHeight() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
The current height of the graph.
- getImageHeight() - Method in class org.epics.graphene.TemporalGraph2DRendererUpdate
-
- getImageWidth() - Method in class org.epics.graphene.Graph2DRenderer
-
The current width of the graph.
- getImageWidth() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets width of image.
- getImageWidth() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
The current width of the graph.
- getImageWidth() - Method in class org.epics.graphene.TemporalGraph2DRendererUpdate
-
- getIndexToRange() - Method in class org.epics.graphene.MultiAxisLineGraph2DRendererUpdate
-
- getInterpolation() - Method in class org.epics.graphene.LineGraph2DRenderer
-
The current interpolation used for the line.
- getInterpolation() - Method in class org.epics.graphene.LineGraph2DRendererUpdate
-
Current interpolation scheme
- getInterpolation() - Method in class org.epics.graphene.LineTimeGraph2DRenderer
-
The current interpolation used for the line.
- getInterpolation() - Method in class org.epics.graphene.LineTimeGraph2DRendererUpdate
-
- getInterpolation() - Method in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
The current interpolation used for the line.
- getInterpolation() - Method in class org.epics.graphene.MultiAxisLineGraph2DRendererUpdate
-
Current interpolation scheme
- getInterpolation() - Method in class org.epics.graphene.ScatterGraph2DRendererUpdate
-
- getInterpolation() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
The current interpolation used for the line.
- getInterpolation() - Method in class org.epics.graphene.SparklineGraph2DRendererUpdate
-
Gets the interpolation scheme of the line.
- getLabelColor() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets color of labels for the axes.
- getLabelFont() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets font of labels for the axes.
- getLabels() - Method in interface org.epics.graphene.Point3DWithLabelDataset
-
- getLastIndex() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
The index corresponding to the last value.
- getLastValue() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
Gets the last y-value in the list of data.
- getLastValueColor() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
Gets the color of the circle drawn at the last y-value.
- getLastValueColor() - Method in class org.epics.graphene.SparklineGraph2DRendererUpdate
-
Gets the color of the circle drawn for the last value.
- getLeftAreaMargin() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the margin between the left of the graph area and the axes/labels area.
- getLeftMargin() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the margin between the left of the image and the left of the axes/labels area.
- getLegendWidth() - Method in class org.epics.graphene.IntensityGraph2DRendererUpdate
-
- getLiberationSansRegular() - Static method in class org.epics.graphene.FontUtil
-
- getMarginBetweenGraphs() - Method in class org.epics.graphene.MultiAxisLineGraph2DRendererUpdate
-
- getMaximum() - Method in interface org.epics.graphene.Range
-
The maximum value.
- getMaxIndex() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
The index corresponding to the maximum y-value.
- getMaxValue() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
The maximum y-value in the list of data.
- getMaxValue() - Method in class org.epics.graphene.ValueAxis
-
- getMaxValueColor() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
Gets the color of the circle drawn at the maximum y-value.
- getMaxValueColor() - Method in class org.epics.graphene.SparklineGraph2DRendererUpdate
-
Gets the color of the circle drawn for the maximum value.
- getMinimum() - Method in interface org.epics.graphene.Range
-
The minimum value.
- getMinimumGraphHeight() - Method in class org.epics.graphene.MultiAxisLineGraph2DRendererUpdate
-
- getMinimumGraphWidth() - Method in class org.epics.graphene.MultiAxisLineGraph2DRendererUpdate
-
- getMinIndex() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
The index corresponding to the minimum y-value.
- getMinValue() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
Gets the minimum y-value in the list of data.
- getMinValue() - Method in class org.epics.graphene.ValueAxis
-
- getMinValueColor() - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
Gets the color for the circle drawn at the minimum y-value.
- getMinValueColor() - Method in class org.epics.graphene.SparklineGraph2DRendererUpdate
-
Gets the color of the circle drawn for the minimum value.
- getNormalizedTime() - Method in interface org.epics.graphene.TimeSeriesDataset
-
Returns the time normalized within the range of the dataset.
- getNormalizedValues() - Method in class org.epics.graphene.TimeAxis
-
- getPlotRange() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
The range of the x axis in the last graph rendering.
- getPlotTimeInterval() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
The range of the y axis in the last graph rendering.
- getReferenceLineColor() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets color of reference lines on the graph area.
- getRegisteredColorSchemes() - Static method in class org.epics.graphene.NumberColorMaps
-
A set of registered color maps available to all applications.
- getRightAreaMargin() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the margin between the right of the graph area and the axes/labels area.
- getRightMargin() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the margin between the right of the image and the right of the axes/labels area.
- getStatistics() - Method in interface org.epics.graphene.Cell1DDataset
-
Returns the statistics of all values at all cells.
- getStatistics() - Method in interface org.epics.graphene.Cell2DDataset
-
Returns the statistics of all values at all cells.
- getStatistics() - Method in interface org.epics.graphene.Point1DDataset
-
The statistical information of the values.
- getStatistics() - Method in interface org.epics.graphene.TimeSeriesDataset
-
The statistical information of the values.
- getStdDev() - Method in interface org.epics.graphene.Statistics
-
The standard deviation.
- getTickLabels() - Method in class org.epics.graphene.TimeAxis
-
- getTickLabels() - Method in class org.epics.graphene.ValueAxis
-
- getTickValues() - Method in class org.epics.graphene.ValueAxis
-
- getTimeAxisRange() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
The current strategy to calculate the y range for the graph.
- getTimeAxisRange() - Method in class org.epics.graphene.TemporalGraph2DRendererUpdate
-
- getTimeInterval() - Method in class org.epics.graphene.TimeAxis
-
- getTimeInterval() - Method in interface org.epics.graphene.TimeSeriesDataset
-
The interval of time where the data is defined.
- getTimeScale() - Method in class org.epics.graphene.TemporalGraph2DRendererUpdate
-
- getTimestamps() - Method in class org.epics.graphene.TimeAxis
-
- getTimestamps() - Method in interface org.epics.graphene.TimeSeriesDataset
-
The time for the values.
- getTopAreaMargin() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the margin between the top of the graph area and the axes/labels area.
- getTopMargin() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the margin between the top of the image and the top of the axes/labels area.
- getValue(int) - Method in interface org.epics.graphene.Cell1DDataset
-
Returns the value at the given coordinates.
- getValue(int, int) - Method in interface org.epics.graphene.Cell2DDataset
-
Returns the value at the given coordinates.
- getValue(double, double) - Method in interface org.epics.graphene.Cell2DDatasets.Function2D
-
- getValueColorScheme() - Method in class org.epics.graphene.LineGraph2DRendererUpdate
-
- getValues() - Method in interface org.epics.graphene.Point1DDataset
-
The values of the points.
- getValues() - Method in interface org.epics.graphene.TimeSeriesDataset
-
The values.
- getValueScale() - Method in class org.epics.graphene.TemporalGraph2DRendererUpdate
-
- getXAggregatedRange() - Method in class org.epics.graphene.Graph2DRenderer
-
The aggregated range of all the data that has been rendered.
- getXAxisRange() - Method in class org.epics.graphene.Graph2DRenderer
-
The current strategy to calculate the x range for the graph.
- getXAxisRange() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets x-axis range.
- getXBoundaries() - Method in interface org.epics.graphene.Cell1DDataset
-
Returns the boundaries of the cells along x.
- getXBoundaries() - Method in interface org.epics.graphene.Cell2DDataset
-
Returns the boundaries of the cells along x.
- getXCount() - Method in interface org.epics.graphene.Cell1DDataset
-
The number of cells defined along the x direction.
- getXCount() - Method in interface org.epics.graphene.Cell2DDataset
-
The number of cells defined along the x direction.
- getXLabelMargin() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the margin separating x-axis labels from the graph area.
- getXPlotRange() - Method in class org.epics.graphene.Graph2DRenderer
-
The range of the x axis in the last graph rendering.
- getXRange() - Method in interface org.epics.graphene.Cell1DDataset
-
The range along x.
- getXRange() - Method in interface org.epics.graphene.Cell2DDataset
-
The range along x.
- getXStatistics() - Method in interface org.epics.graphene.Point2DDataset
-
The statistical information of x values.
- getXStatistics() - Method in interface org.epics.graphene.Point3DWithLabelDataset
-
- getXValues() - Method in interface org.epics.graphene.Point2DDataset
-
The x values of the point.
- getXValues() - Method in interface org.epics.graphene.Point3DWithLabelDataset
-
- getXValueScale() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the scaling tool to scale down the values on the x-axis.
- getYAggregatedRange() - Method in class org.epics.graphene.Graph2DRenderer
-
The aggregated range of all the data that has been rendered.
- getYAxisRange() - Method in class org.epics.graphene.Graph2DRenderer
-
The current strategy to calculate the y range for the graph.
- getYAxisRange() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets y-axis range.
- getYBoundaries() - Method in interface org.epics.graphene.Cell2DDataset
-
Returns the boundaries of the cells along y.
- getYCount() - Method in interface org.epics.graphene.Cell2DDataset
-
The number of cells defined along the y direction.
- getYLabelMargin() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the margin separating y-axis labels from the graph area.
- getYPlotRange() - Method in class org.epics.graphene.Graph2DRenderer
-
The range of the y axis in the last graph rendering.
- getYRange() - Method in interface org.epics.graphene.Cell2DDataset
-
The range along y.
- getYStatistics() - Method in interface org.epics.graphene.Point2DDataset
-
The statistical information of x values.
- getYStatistics() - Method in interface org.epics.graphene.Point3DWithLabelDataset
-
- getYValues() - Method in interface org.epics.graphene.Point2DDataset
-
The y values of the point.
- getYValues() - Method in interface org.epics.graphene.Point3DWithLabelDataset
-
- getYValueScale() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the scaling tool to scale down the values on the y-axis.
- getZLabelMargin() - Method in class org.epics.graphene.IntensityGraph2DRendererUpdate
-
- getZStatistics() - Method in interface org.epics.graphene.Point3DWithLabelDataset
-
- getZValues() - Method in interface org.epics.graphene.Point3DWithLabelDataset
-
- Graph2DRenderer<T extends Graph2DRendererUpdate> - Class in org.epics.graphene
-
The base class for all graph renderers.
- Graph2DRenderer(int, int) - Constructor for class org.epics.graphene.Graph2DRenderer
-
Creates a graph renderer.
- Graph2DRendererUpdate<T extends Graph2DRendererUpdate<T>> - Class in org.epics.graphene
-
- Graph2DRendererUpdate() - Constructor for class org.epics.graphene.Graph2DRendererUpdate
-
- graphAreaToLegendMargin(int) - Method in class org.epics.graphene.IntensityGraph2DRendererUpdate
-
Sets this object's graphAreaToLegendMargin to the given margin size.
- GraphBuffer - Class in org.epics.graphene
-
- GraphBuffer(int, int) - Constructor for class org.epics.graphene.GraphBuffer
-
- GraphBuffer(Graph2DRenderer<?>) - Constructor for class org.epics.graphene.GraphBuffer
-
- GRAY - Static variable in class org.epics.graphene.NumberColorMaps
-
GRAY ranges from black to white.
- scale(double, double, double, double) - Static method in class org.epics.graphene.MathUtil
-
Returns the ratio of the given value to the total range as a double between 0 and 1, multiplied by newWidth.
- scaledX(double) - Method in class org.epics.graphene.Graph2DRenderer
-
- scaledX(double) - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
- scaledY(double) - Method in class org.epics.graphene.Graph2DRenderer
-
Scale the y value to the graph area.
- scaledY(double) - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
- scaledZ(double, int, int) - Method in class org.epics.graphene.IntensityGraph2DRenderer
-
Translates a value's position in the aggregated range to a position on the legend.
- scaleNormalizedTime(double, double, double) - Method in interface org.epics.graphene.TimeScale
-
- scaleTimestamp(Timestamp, TimeInterval, double, double) - Method in interface org.epics.graphene.TimeScale
-
- scaleValue(double, double, double, double, double) - Method in interface org.epics.graphene.ValueScale
-
Scales the value from range A to range B.
- ScatterGraph2DRenderer - Class in org.epics.graphene
-
- ScatterGraph2DRenderer(int, int) - Constructor for class org.epics.graphene.ScatterGraph2DRenderer
-
- ScatterGraph2DRendererUpdate - Class in org.epics.graphene
-
- ScatterGraph2DRendererUpdate() - Constructor for class org.epics.graphene.ScatterGraph2DRendererUpdate
-
- self() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the update.
- self() - Method in class org.epics.graphene.TemporalGraph2DRendererUpdate
-
- separateAreas(boolean) - Method in class org.epics.graphene.MultiAxisLineGraph2DRendererUpdate
-
- setClip(Graphics2D) - Method in class org.epics.graphene.Graph2DRenderer
-
Sets the clip area to the actual graph area
- setClip(Graphics2D) - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
- setPixel(int, int, int) - Method in class org.epics.graphene.GraphBuffer
-
- setRanges(HashMap<Integer, Range>) - Method in class org.epics.graphene.MultiAxisLineGraph2DRendererUpdate
-
- setupDataAsAreas() - Method in class org.epics.graphene.Graph2DRenderer
-
Sets up a graph to start and end at the beginning border of a pixel.
- setupDataAsPoints() - Method in class org.epics.graphene.Graph2DRenderer
-
Sets up a graph to start and end at the center of a pixel.
- setupXAsAreas() - Method in class org.epics.graphene.Graph2DRenderer
-
Sets up the x-axis of a graph to start and end at the left border of a pixel.
- setupXAsPoints() - Method in class org.epics.graphene.Graph2DRenderer
-
Sets up the x-axis of a graph to start and end at the center of a pixel.
- setupYAsAreas() - Method in class org.epics.graphene.Graph2DRenderer
-
Sets up the y-axis of a graph to start and end at the top border of a pixel.
- setupYAsPoints() - Method in class org.epics.graphene.Graph2DRenderer
-
Sets up the y-axis of a graph to start and end at the center of a pixel.
- setXScaleAsCell(Range, int, int, ValueScale) - Method in class org.epics.graphene.GraphBuffer
-
Sets the scaling data for the x axis assuming values are going
to represent cells.
- setXScaleAsPoint(Range, int, int, ValueScale) - Method in class org.epics.graphene.GraphBuffer
-
Sets the scaling data for the x axis assuming values are going
to represent points.
- setYScaleAsCell(Range, int, int, ValueScale) - Method in class org.epics.graphene.GraphBuffer
-
Sets the scaling data for the y axis assuming values are going
to represent cells.
- setYScaleAsPoint(Range, int, int, ValueScale) - Method in class org.epics.graphene.GraphBuffer
-
Sets the scaling data for the y axis assuming values are going
to represent points.
- SparklineGraph2DRenderer - Class in org.epics.graphene
-
Creates a renderer that is capable of drawing a sparkline graph.
- SparklineGraph2DRenderer(int, int) - Constructor for class org.epics.graphene.SparklineGraph2DRenderer
-
Creates a new sparkline graph renderer.
- SparklineGraph2DRendererUpdate - Class in org.epics.graphene
-
A set of parameters that can be applied to a SparklineGraph2DRenderer
to update it's settings.
- SparklineGraph2DRendererUpdate() - Constructor for class org.epics.graphene.SparklineGraph2DRendererUpdate
-
- Statistics - Interface in org.epics.graphene
-
The statistics of a given set of numbers.
- statisticsOf(CollectionNumber) - Static method in class org.epics.graphene.StatisticsUtil
-
Calculates data statistics, excluding NaN values.
- statisticsOf(List<Statistics>) - Static method in class org.epics.graphene.StatisticsUtil
-
Returns the statistics of the data, which knows:
Number of data points
Min and Max of data
Average value of the data
The standard deviation of the data
- StatisticsUtil - Class in org.epics.graphene
-
- StatisticsUtil() - Constructor for class org.epics.graphene.StatisticsUtil
-
- sum(Range, Range) - Static method in class org.epics.graphene.RangeUtil
-
- supportedInterpolationScheme - Static variable in class org.epics.graphene.LineGraph2DRenderer
-
- supportedInterpolationScheme - Static variable in class org.epics.graphene.LineTimeGraph2DRenderer
-
- supportedInterpolationScheme - Static variable in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
List of supported interpolation schemes for this renderer.
- supportedInterpolationScheme - Static variable in class org.epics.graphene.ScatterGraph2DRenderer
-
- supportedInterpolationScheme - Static variable in class org.epics.graphene.SparklineGraph2DRenderer
-
The set of interpolation schemes that are supported by the SparklineGraph2DRenderer.
- supportedReductionScheme - Static variable in class org.epics.graphene.LineGraph2DRenderer
-
- supportedReductionScheme - Static variable in class org.epics.graphene.MultiAxisLineGraph2DRenderer
-
List of supported data reduction schemes for this renderer.