All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.gsi.chart.renderer.spi.financial.service.RendererPaintAfterEP Maven / Gradle / Ivy

Go to download

This charting library ${project.artifactId}- is an extension in the spirit of Oracle's XYChart and performance/time-proven JDataViewer charting functionalities. Emphasis was put on plotting performance for both large number of data points and real-time displays, as well as scientific accuracies leading to error bar/surface plots, and other scientific plotting features (parameter measurements, fitting, multiple axes, zoom, ...).

The newest version!
package de.gsi.chart.renderer.spi.financial.service;

/**
 * Extension point service for Renderers
 * Placement: Paint After bar painting
 */
@FunctionalInterface
public interface RendererPaintAfterEP {
    void paintAfter(OhlcvRendererEpData data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy