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

de.gsi.chart.viewer.DataViewer.css 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, ...).

There is a newer version: 11.2.7
Show newest version
.xyz-view {
	-fx-border-color: #22bad9;
	-fx-border-width: 1.0;
}

.title-bar {
   	-fx-background-color: yellow;
	-fx-min-height: 20;
	-fx-pref-height: 20; 
	-fx-max-height: 20;
	-fx-background-color: #22bad9;
}

.title-bar .name-label {
	-fx-font-weight: bold;
	-fx-font-size: 12;
}

.title-bar-button {
    -fx-min-height: 16;
    -fx-pref-height: 16; 
    -fx-max-height: 16;
}

.restore-button {
	-fx-min-height: 16;
	-fx-pref-height: 16; 
	-fx-max-height: 16;
}

.maximize-button {
	-fx-min-height: 16;
	-fx-pref-height: 16; 
	-fx-max-height: 16;
}

.minimize-button {
    -fx-min-height: 16;
    -fx-pref-height: 16; 
    -fx-max-height: 16;
}

.close-button {
    -fx-min-height: 16;
    -fx-pref-height: 16; 
    -fx-max-height: 16;
}

.detach-button {
    -fx-min-height: 16;
    -fx-pref-height: 16; 
    -fx-max-height: 16;
}

.minimizedviewer-pane {
   
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy