CS-Labs / JavaFX_Data_Visualization_Example

Program demoing some of JavaFX's tools for Data Visualization and the use of JavaFX SVG Path Objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Author Christian Seely

Program Summary

This program is a quick demo to show some ways to visualize statistical information using JavaFX. This program demos creating custom animated pie charts and bar charts styled with CSS and creating custom SVG Path objects. These things are demoed through a global map that has regions that light up upon mouse entrance and regional statistical popups which can be triggered by clicking on one of the regions.

Example

Copyright (C) {2016} {Christian Seely}

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Please contact me if you have any questions or wish to use elements of this
program. 

Contact: cseely@unm.edu

About

Program demoing some of JavaFX's tools for Data Visualization and the use of JavaFX SVG Path Objects.

License:GNU Affero General Public License v3.0


Languages

Language:Java 99.7%Language:CSS 0.3%