- calculateGraphArea() - Method in class org.epics.graphene.Graph2DRenderer
-
Calculates the graph area based on:
The image size
The plot ranges
The value scales
The font for the labels
The margins
To calculate area based on labels, ensure that calculateGraphArea() is called
prior to calling calculateGraphAreaNoLabels().
- calculateGraphArea() - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
- calculateLabels() - Method in class org.epics.graphene.Graph2DRenderer
-
Calculates:
The font for the labels
The margins based on labels
- calculateRanges(Range, Range, Range) - Method in class org.epics.graphene.BubbleGraph2DRenderer
-
- calculateRanges(Range, Range) - Method in class org.epics.graphene.Graph2DRenderer
-
Given the new data ranges, calculates the new aggregated and plot
ranges.
- calculateRanges(Range, TimeInterval) - Method in class org.epics.graphene.TemporalGraph2DRenderer
-
- calculateZLabels() - Method in class org.epics.graphene.IntensityGraph2DRenderer
-
Sets private variables to account for the space required to draw in labels for the legend.
- calculateZRange(Range) - Method in class org.epics.graphene.IntensityGraph2DRenderer
-
Calculates the range of the z values to be graphed based on the previous z range (if there is one).
- Cell1DDataset - Interface in org.epics.graphene
-
Dataset consisting of a value for each cell of a 1D grid.
- Cell1DDatasets - Class in org.epics.graphene
-
Factory methods for wrapper datasets.
- Cell1DDatasets() - Constructor for class org.epics.graphene.Cell1DDatasets
-
- Cell2DDataset - Interface in org.epics.graphene
-
Dataset consisting of a value for each cell of a 1D grid.
- Cell2DDatasets - Class in org.epics.graphene
-
Factory methods for wrapper datasets.
- Cell2DDatasets() - Constructor for class org.epics.graphene.Cell2DDatasets
-
- Cell2DDatasets.Function2D - Interface in org.epics.graphene
-
- circleDiameter(int) - Method in class org.epics.graphene.SparklineGraph2DRendererUpdate
-
Sets the diameter of the circles drawn.
- clear - Variable in class org.epics.graphene.Point1DDatasetUpdate
-
- clearData() - Method in class org.epics.graphene.Point1DDatasetUpdate
-
- colorFor(double) - Method in interface org.epics.graphene.ValueColorScheme
-
Calculate the color for the value according to the ranges and puts it
into the colors buffer.
- ColorScheme - Enum in org.epics.graphene
-
- combine(Collection<IteratorNumber>) - Static method in class org.epics.graphene.Iterators
-
Takes a list of IteratorDoubles and combines them into one IteratorDouble.
- CommaSeparatedValueIO - Class in org.epics.graphene.io
-
- CommaSeparatedValueIO() - Constructor for class org.epics.graphene.io.CommaSeparatedValueIO
-
- contains(Range, Range) - Static method in class org.epics.graphene.RangeUtil
-
Determines whether the subrange is contained in the range or not.
- contains(Range, double) - Static method in class org.epics.graphene.RangeUtil
-
- coolScale(Range) - Static method in class org.epics.graphene.ValueColorSchemes
-
Returns a color scheme that varies linearly (cyan:magenta) for values within range.
- copperScale(Range) - Static method in class org.epics.graphene.ValueColorSchemes
-
Returns a color scheme that varies linearly (black:dark brown:brown:light brown:tan) for values within range.
- createAutoAxis(double, double, int) - Static method in class org.epics.graphene.TimeAxis
-
- createAutoAxis(double, double, int, double) - Static method in class org.epics.graphene.TimeAxis
-
- createAutoAxis(double, double, int) - Static method in class org.epics.graphene.ValueAxis
-
- createAutoAxis(double, double, int, double) - Static method in class org.epics.graphene.ValueAxis
-
- createBins(double, double, int) - Static method in class org.epics.graphene.RangeUtil
-
- createHistogram(Point1DDataset) - Static method in class org.epics.graphene.Histograms
-
Creates a new Historgram1D object by calling Histogram1DFromDataset1D, then updates it with the given dataset.
- createShape(double, double, double) - Method in class org.epics.graphene.SparklineGraph2DRenderer
-
Creates a circle shape at the given position with given size.
- dataReduction(ReductionScheme) - Method in class org.epics.graphene.LineGraph2DRendererUpdate
-
Sets this object's data reduction scheme to the given scheme.
- datasetFrom(ListNumber, ListNumber) - Static method in class org.epics.graphene.Cell1DDatasets
-
- datasetFrom(ListNumber, ListNumber, ListNumber) - Static method in class org.epics.graphene.Cell2DDatasets
-
- 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(Graphics2D, 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, 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.MultilineGraph2DRenderer
-
Draws a graph with multiple lines, each pertaining to a different set of data.
- 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.
- drawGraphArea() - Method in class org.epics.graphene.Graph2DRenderer
-
Draw the calculated graph area.
- 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.TemporalGraph2DRenderer
-
- 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.
- 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.TemporalGraph2DRenderer
-
- 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.TemporalGraph2DRenderer
-
- 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.TemporalGraph2DRenderer
-
- drawZLabels() - Method in class org.epics.graphene.IntensityGraph2DRenderer
-
Draws evenly spaced labels along the legend.
- 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 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
-
- getCount() - Method in class org.epics.graphene.Point1DCircularBuffer
-
- 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
- getDataset() - Method in class org.epics.graphene.Histogram1DUpdate
-
- 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.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
- getFocusValueIndex() - Method in class org.epics.graphene.LineGraph2DRenderer
-
Current index of the value that the mouse is focused on.
- getHighlightFocusValue() - Method in class org.epics.graphene.LineGraph2DRendererUpdate
-
Current state of highlightFocusValue.
- 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
-
- 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.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.
- getLegendMarginToEdge() - Method in class org.epics.graphene.IntensityGraph2DRendererUpdate
-
- getLegendMarginToGraph() - Method in class org.epics.graphene.IntensityGraph2DRendererUpdate
-
- getLegendWidth() - Method in class org.epics.graphene.IntensityGraph2DRendererUpdate
-
- getLiberationSansRegular() - Static method in class org.epics.graphene.FontUtil
-
- 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.
- 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.
- getNewData() - Method in class org.epics.graphene.Point1DDatasetUpdate
-
- 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.
- 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 class org.epics.graphene.Point1DCircularBuffer
-
- 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.IntensityGraph2DRendererUpdate
-
- getValueColorScheme() - Method in class org.epics.graphene.MultilineGraph2DRendererUpdate
-
The current value of this object's ColorScheme variable.
- getValues() - Method in class org.epics.graphene.Point1DCircularBuffer
-
- 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
-
- grayScale(Range) - Static method in class org.epics.graphene.ValueColorSchemes
-
Returns a color scheme that varies linearly (black:white) for values within range.
- scale(double, double, double, double) - Static method in class org.epics.graphene.NumberUtil
-
- scaledX(double) - Method in class org.epics.graphene.Graph2DRenderer
-
Scale the x value to the graph area.
- 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) - 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
-
- schemeFor(ColorScheme, Range) - Static method in class org.epics.graphene.ValueColorSchemes
-
Creates a Value scheme associated with the Color scheme and range.
- self() - Method in class org.epics.graphene.Graph2DRendererUpdate
-
Gets the update.
- self() - Method in class org.epics.graphene.TemporalGraph2DRendererUpdate
-
- 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
-
- 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.
- singleRangeGradient(Range, Color, Color, Color) - Static method in class org.epics.graphene.ValueColorSchemes
-
Returns a ValueColorScheme that varies linearly from one color to the next, based on range.
- 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
-
- springScale(Range) - Static method in class org.epics.graphene.ValueColorSchemes
-
Returns a color scheme that varies linearly (magenta:yellow) for values within range.
- 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
-
- 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.MultilineGraph2DRenderer
-
Supported interpolation schemes.
- 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.MultilineGraph2DRenderer
-
Supported reduction schemes.