![JAR search and dependency download from the Maven repository](/logo.png)
de.gsi.chart.XYChartCss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chartfx-chart Show documentation
Show all versions of chartfx-chart Show documentation
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, ...).
package de.gsi.chart;
/**
* Some XYChart related CSS style key definitions
*
* @author rstein
*/
public final class XYChartCss { // NOPMD decide not to rename it for the time being
public static final String DATASET_LAYOUT_OFFSET = "dsLayoutOffset";
public static final String DATASET_INDEX = "dsIndex";
public static final String DATASET_INTENSITY = "intensity";
public static final String DATASET_SHOW_IN_LEGEND = "showInLegend";
public static final String DATASET_STROKE_COLOR = "strokeColor";
public static final String DATASET_FILL_COLOR = "fillColor";
public static final String MARKER_TYPE = "markerType";
public static final String MARKER_SIZE = "markerSize";
public static final String MARKER_COLOR = "markerColor";
public static final String STROKE_COLOR = "strokeColor";
public static final String STROKE_WIDTH = "strokeWidth";
public static final String STROKE_DASH_PATTERN = "strokeDashPattern";
public static final String FILL_COLOR = "fillColor";
public static final String FONT = "font";
public static final String FONT_WEIGHT = "fontWheight";
public static final String FONT_POSTURE = "fontPosture";
public static final String FONT_SIZE = "fontSize";
private XYChartCss() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy