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 - 1.3.1

Published by HanSolo over 7 years ago

Features

  • Added convenience constructor to TimeSection
  • Added proper dispose methods to skins
  • Now setting averaging period instead of instantiating new MovingAverage

Fixes

  • Fixed problem with preset parameters
  • Minor bug fixes
tilesfx - 1.3.0

Published by HanSolo over 7 years ago

Features

Fixes

  • Fixed resizing of buttons in PlusMinusTile by exchanging paths with labels
tilesfx - 1.2.9

Published by HanSolo almost 8 years ago

Features

  • Made the width and height of the WorldMapTileSkin adjustable which makes it easier to use it with different tile sizes.

Fixes

tilesfx - 1.2.8

Published by HanSolo almost 8 years ago

Features

  • Made the width and height of the CustomTileSkin adjustable
    (doesn't have to be square any longer)

Fixes

tilesfx - 1.2.7

Published by HanSolo almost 8 years ago

Features

Fixes

  • Fixed resizing of graphics node in CustomTileSkin
tilesfx - 1.2.6

Published by HanSolo almost 8 years ago

Features

  • Modifications related to preset parameters (esp. when used in SceneBuilder)

Fixes

  • Now use TextFlow for most of the value + unit pairs to avoid problems with y-position of units
tilesfx - 1.2.5

Published by HanSolo almost 8 years ago

Features

  • Added a LeaderBoardTile

Fixes

  • Adjusted y-position of interactive elements in some tiles (Switch, Slider, PlusMinus)
  • Renamed BarChartSegment to BarChartItem!!!
tilesfx - 1.2.4

Published by HanSolo almost 8 years ago

Features

  • Added subtle drop shadow to elements in interactive tiles

Fixes

  • More unification of common features like text, description and their positions
  • Renamed subTitle property to description!!!
tilesfx - 1.2.3

Published by HanSolo almost 8 years ago

Features

  • Added the ability to have either rounded or rectangular corners for the Tiles
  • Added the ability to choose between NORMAL and BIGGER text size (will be used mainly for title and in
    some tiles also for subtitle and text)

Fixes

  • Unified text sizes and text locations in several skins
tilesfx - 1.2.2

Published by HanSolo almost 8 years ago

Features

  • Added methods to compare doubles to Helper class

Fixes

  • Fixed bug related to low value in SparkLineTileSkin
  • Replaced Double.compare() calls with calls to Helper methods
tilesfx - 1.2.1

Published by HanSolo almost 8 years ago

Features

  • Added new EventType.UPDATE (for future use)

Fixes

  • Fixed timespan calculation in SparkLineTileSkin
tilesfx - 1.2.0

Published by HanSolo almost 8 years ago

Features

  • Added timespan text to SparkLineTileSkin
  • Added an AreaChartTileSkin

Fixes

  • Minor fix in SparkLineTileSkin related to formatted time
  • Minor fix when recalculating the angle range in Tile class
  • Fix related to visibility of sections in GaugeTileSkin
  • Fix related to resizing of graphic node in CustomTileSkin
tilesfx - 1.1.9

Published by HanSolo almost 8 years ago

Features

  • Added a Sun class which one can use to get sunrise and sunset time
  • Added sunrise and sunset to WeatherTileSkin
  • Added visualization of first and last point in SparkLineTileSkin (only visible when subtitle is empty)

Fixes

tilesfx - 1.1.8

Published by HanSolo almost 8 years ago

Features

  • Added ability to activate/deactivate TimeSections
  • Added support for days in TimeSection. Each TimeSection holds a list of days where it will be triggered if active. The default value is all days per week (DayOfWeek.MONDAY - DayOfWeek.SUNDAY).

Fixes

  • Tile now fires an TileEvent of type REDRAW when a new darksky object was set
tilesfx - 1.1.7

Published by HanSolo almost 8 years ago

Features

Fixes

  • Added some missing setter methods to the DarkSky class
  • Removed the updateWithCustomJsonData() method from the DarkSky class
tilesfx - 1.1.6

Published by HanSolo almost 8 years ago

Features

Fixes

-Removed the automatic weather update from WeatherTileSkin. The user should be able to decide when to update the weather. Therefor one can call the updateWeather() method on Tile as often as it's needed.

tilesfx - 1.1.5

Published by HanSolo almost 8 years ago

Features

Fixes

  • Fixed bug in SwitchTileSkin related to thumb position
  • Removed System.out.println statements from ClockTileSkin and Tile
tilesfx - 1.1.4

Published by HanSolo almost 8 years ago

Features

  • Added a specific SwitchEvent that will be fired when the Switch in SwitchTileSkin will either be pressed or released

Fixes

  • Fixed minor bug in SwitchTileSkin
tilesfx - 1.1.3

Published by HanSolo almost 8 years ago

Features

  • Added a graphic property that allows to set a JavaFX (e.g. a standard or custom control) to a Tile
  • Added a CustomTileSkin that shows a JavaFX node defined by the graphicProperty in Tile

Fixes

tilesfx - 1.1.2

Published by HanSolo almost 8 years ago

Features

Fixes

  • Fixed bug in TimerControlSkin related to filled sections
  • Fixed bug in TimerControlSkin related to visibility of sections layer