Demonstrates the creation of a Choropleth Map using Kubed/JavaFX.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import javafx.animation.AnimationTimer | |
import javafx.application.Application | |
import javafx.scene.Group | |
import javafx.scene.Scene | |
import javafx.scene.SnapshotParameters | |
import javafx.scene.image.ImageView | |
import javafx.scene.image.WritableImage | |
import javafx.scene.paint.Color | |
import javafx.scene.shape.ClosePath | |
import javafx.scene.shape.LineTo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package kubed.demo | |
import javafx.application.Application | |
import javafx.embed.swing.SwingFXUtils | |
import javafx.scene.Scene | |
import javafx.scene.SnapshotParameters | |
import javafx.scene.layout.StackPane | |
import javafx.stage.Stage | |
import kubed.ScalingPane | |
import kubed.layout.chord.Chord |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import javafx.application.Application | |
import javafx.scene.Group | |
import javafx.scene.Scene | |
import javafx.scene.control.Tooltip | |
import javafx.scene.paint.Color | |
import javafx.stage.Stage | |
import kubed.color.scheme.schemeBlues | |
import kubed.geo.Feature | |
import kubed.geo.FeatureCollection | |
import kubed.geo.geoJson |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import javafx.application.Application; | |
import javafx.scene.Scene; | |
import javafx.scene.layout.Pane; | |
import javafx.scene.paint.Color; | |
import javafx.scene.paint.CycleMethod; | |
import javafx.scene.paint.RadialGradient; | |
import javafx.scene.paint.Stop; | |
import javafx.scene.shape.Circle; | |
import javafx.stage.Stage; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 | |
height: 960 | |
border: no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import javafx.application.Application | |
import javafx.scene.Group | |
import javafx.scene.Scene | |
import javafx.scene.effect.BlendMode | |
import javafx.scene.paint.Color | |
import javafx.scene.shape.Path | |
import javafx.scene.shape.StrokeLineJoin | |
import javafx.stage.Stage | |
import kubed.array.range | |
import kubed.selection.selectAll |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package kubed.demo | |
import javafx.application.Application | |
import javafx.geometry.Insets | |
import javafx.scene.Group | |
import javafx.scene.Scene | |
import javafx.scene.paint.Color | |
import javafx.stage.Stage | |
import kubed.scale.scaleLinear | |
import kubed.selection.selectAll |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id | rate | |
---|---|---|
01001 | 5.1 | |
01003 | 4.9 | |
01005 | 8.6 | |
01007 | 6.2 | |
01009 | 5.1 | |
01011 | 7.1 | |
01013 | 6.7 | |
01015 | 6.1 | |
01017 | 5.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |
NewerOlder