tilesfx

A JavaFX library containing tiles that can be used for dashboards.

APACHE-2.0 License

Stars
1.4K

Bot releases are hidden (Show)

tilesfx - 11.6

Published by HanSolo about 5 years ago

Features

  • Added a new TimelineTileSkin
  • Added properties for timePeriod, maxTimePeriod, lowerThreshold, lowerThresholdColor

Fixes

  • Some cosmetics
tilesfx - 11.3

Published by HanSolo about 5 years ago

Features

  • Added a property for tick label and tick mark color (partly used in SparkLineTileSkin and GaugeSparkLineTileSkin)

Fixes

  • Fix for issue #68
  • Minor modifications to GradientLookup
tilesfx - 11.2

Published by HanSolo over 5 years ago

Features

Fixes

  • Fix for issue #73 (thx to Marian Pohling)
  • Fix for issue #75 (thx to Marian Pohling)
tilesfx - 1.6.8

Published by HanSolo over 5 years ago

Features

Fixes

  • Fixed some unicode strings
tilesfx - 1.6.7

Published by HanSolo over 5 years ago

Features

Fixes

  • Removed all stream and forEach calls to make it compatible with Gluon
tilesfx - 1.6.6

Published by HanSolo over 5 years ago

Features

Fixes

  • Removed some String.join entries and more cosmetics to make sure it works on Gluon Mobile
tilesfx - 11.1

Published by HanSolo over 5 years ago

Features

  • Switch to Java 11

Fixes

tilesfx - 1.6.5

Published by HanSolo almost 6 years ago

Features

  • Added a new Skin named ImageTileSkin

Fixes

  • Fixed issue #36 where the donut chart font was cut off
  • Fixed issue #57
  • Fixed issue #58
  • Fixed issue #62
  • Fixed issue #61
  • Added support for selecting data in sunburst chart
  • Generified tree node for sunburst chart
tilesfx - 1.6.4

Published by HanSolo over 6 years ago

Features

  • Added a new Skin named BarGaugeTileSkin

Fixes

  • Fixed/corrected the color gradient calculation in SparkLineTileSkin and GaugeSparkLineTileSkin
tilesfx - 1.6.3

Published by HanSolo over 6 years ago

Features

  • Some optimizations to SparkLineTileSkin and GaugeSparkLineTileSkin
  • Added two new color schemes (Dark and Medium)

Fixes

  • Removed some pointless Platform.runLater calls
tilesfx - 1.6.2

Published by HanSolo over 6 years ago

Features

  • Some optimization when smoothing spark lines
  • Initial sizing after tile is showing

Fixes

tilesfx - 1.6.1

Published by HanSolo over 6 years ago

Features

  • Added a background image that can be used for each tile (there are additional properties to set the opacity and keep aspect ratio of the background image)
  • Added another region on the upper left corner called InfoRegion (one can add a tooltip to the info region and register an event handler for MouseEvents to the InfoRegion).
  • Renamed the Notifier to NotifyRegion (upper right corner)

Fixes

  • Set text in WeatherTileSkin to visible=false if it's length exceeds the tile width
  • Fixed the numbering of the horizontal lines in the SparklineTileSkin
tilesfx - 1.6.0

Published by HanSolo over 6 years ago

Features

  • added a new StatusTileSkin

Fixes

tilesfx - 1.5.9

Published by HanSolo over 6 years ago

Features

  • dotColor in Indicator control was replaced by onColor and offColor

Fixes

tilesfx - 1.5.8

Published by HanSolo over 6 years ago

Features

  • Added an Indicator control to create custom visualizations

Fixes

  • Sector text color in RadarChartTileSkin will be taken from ChartData textColor (issue #56)
tilesfx - 1.5.7

Published by HanSolo over 6 years ago

Features

  • Upgraded to gradle 4.7
  • Added the Switch from SwitchTileSkin as a separate control

Fixes

  • Also set fitWidth on imageView in CustomTileSkin if graphic is an ImageView
  • Draw timesections on every time update in TimerControlTileSkin
tilesfx - 1.5.6

Published by HanSolo over 6 years ago

Features

  • Added json support to Section and TimeSection

Fixes

  • Fix for event queueing
  • Fix for problem with averaging
tilesfx - 1.5.5

Published by HanSolo over 6 years ago

Features

Fixes

  • Fix for adjust text size
  • Fix for issue #50
tilesfx - 1.5.4

Published by HanSolo over 6 years ago

Features

  • Minor modification related to jpro compatibility

Fixes

  • Fix of memory leak in worldmap tile
tilesfx - 1.5.3

Published by HanSolo over 6 years ago

Features

  • First support for custom fonts
  • Events that will be fired before the tile is visible will now be queued and handled as soon as the tile is rendered
  • Added showNotifier to TileBuilder

Fixes

  • Fix for issue #34
  • Fix for issue #35
  • Fix for issue #37
  • Fix for issue #43
  • Fix for issue #45
  • Partial fix for issue #47
  • Modification to keep the aspect ratio of given ImageView in CustomTileSkin