Uses of Class
org.evoludo.util.RingBuffer
Packages that use RingBuffer
-
Uses of RingBuffer in org.evoludo.graphics
Fields in org.evoludo.graphics declared as RingBufferModifier and TypeFieldDescriptionprotected RingBuffer
<B> AbstractGraph.buffer
The buffer to store historical data, if applicable.Methods in org.evoludo.graphics that return RingBufferModifier and TypeMethodDescriptionAbstractGraph.getBuffer()
Return theRingBuffer<double[]>
containing historical data, if applicable.Methods in org.evoludo.graphics with parameters of type RingBufferModifier and TypeMethodDescriptionprivate double
ParaGraph.TraitMap.findMax
(RingBuffer<double[]> buffer, int[] idxs) Find the maximum value of the data in the buffer accross all the indices inidxs
.private double
ParaGraph.TraitMap.findMin
(RingBuffer<double[]> buffer, int[] idxs) Find the minimum value of the data in the buffer accross all the indices inidxs
.double
ParaGraph.TraitMap.getMaxX
(RingBuffer<double[]> buffer) double
ParaGraph.TraitMap.getMaxY
(RingBuffer<double[]> buffer) double
ParaGraph.TraitMap.getMinX
(RingBuffer<double[]> buffer) double
ParaGraph.TraitMap.getMinY
(RingBuffer<double[]> buffer) -
Uses of RingBuffer in org.evoludo.simulator.views
Fields in org.evoludo.simulator.views declared as RingBufferModifier and TypeFieldDescription(package private) RingBuffer
<String> Console.Log.buffer
The buffer to store the log messages.Methods in org.evoludo.simulator.views with parameters of type RingBufferModifier and TypeMethodDescriptiondefault double
HasPhase2D.Data2Phase.getMaxX
(RingBuffer<double[]> buffer) Return maximum value forx
-axis.default double
HasPhase2D.Data2Phase.getMaxY
(RingBuffer<double[]> buffer) Return maximum value fory
-axis.default double
HasPhase2D.Data2Phase.getMinX
(RingBuffer<double[]> buffer) Return minimum value forx
-axis.default double
HasPhase2D.Data2Phase.getMinY
(RingBuffer<double[]> buffer) Return minimum value fory
-axis.