Uses of Class
org.evoludo.util.RingBuffer
Packages that use RingBuffer
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of RingBuffer in org.evoludo.graphics
Fields in org.evoludo.graphics declared as RingBufferModifier and TypeFieldDescriptionprotected RingBuffer<B> AbstractGraph.bufferThe 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 doubleParaGraph.TraitMap.findMax(RingBuffer<double[]> buffer, int[] idxs) Find the maximum value of the data in the buffer accross all the indices inidxs.private doubleParaGraph.TraitMap.findMin(RingBuffer<double[]> buffer, int[] idxs) Find the minimum value of the data in the buffer accross all the indices inidxs.doubleParaGraph.TraitMap.getMaxX(RingBuffer<double[]> buffer) doubleParaGraph.TraitMap.getMaxY(RingBuffer<double[]> buffer) doubleParaGraph.TraitMap.getMinX(RingBuffer<double[]> buffer) doubleParaGraph.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.bufferThe buffer to store the log messages.Methods in org.evoludo.simulator.views with parameters of type RingBufferModifier and TypeMethodDescriptiondefault doubleHasPhase2D.Data2Phase.getMaxX(RingBuffer<double[]> buffer) Return maximum value forx-axis.default doubleHasPhase2D.Data2Phase.getMaxY(RingBuffer<double[]> buffer) Return maximum value fory-axis.default doubleHasPhase2D.Data2Phase.getMinX(RingBuffer<double[]> buffer) Return minimum value forx-axis.default doubleHasPhase2D.Data2Phase.getMinY(RingBuffer<double[]> buffer) Return minimum value fory-axis.