FlexGanttFX

將專業甘特圖添加到您的 JAVAFX 應用程式。

由以下開發商製作:DLSC
ComponentSource 開始代理銷售的日期:2007年

版本: V11.12.8/8.12.0 更新: Jan 17, 2024

i

Please note that the minimum Enterprise License price for this product is $36,000 USD or €30,000 EUR approx. and includes access to the product Source Code. In addition, annual maintenance and software updates are available for an additional $7,200 USD or €6,000 EUR approx. per year.

FlexGanttFX 新版本發表

Released: Jan 17, 2024

V11.12.8 中的更新

修補程式

  • JAR files are no longer OSGI bundles.

Released: Nov 2, 2023

V11.12.7 中的更新

修補程式

  • Fixed issues related to the rendering of links.

Released: Jan 30, 2023

V11.12.6 中的更新

修補程式

  • Fixed a single issue where key events were dropped while dragging an activity inside the Gantt chart.

Released: Mar 30, 2022

V11.12.5 中的更新

修補程式

  • Fixed various rendering issues where vertical lines were not aligned properly (grid lines, 'now' line), chart layout scale fixes, scrollbar behaviour fixes.

Released: Apr 21, 2021

V11.12.4 中的更新

特性

  • Enhanced scrollbar behavior for "fixed horizon" scrolling.
  • The end date of the horizon will now remain on the right edge of the viewport.

Released: Apr 12, 2021

V11.12.3 中的更新

特性

  • Added methods on Timeline for showing / scrolling to a given date or a given zoned date time. Before it was only possible to pass an instant.
  • Added an option on GanttChartBase to specify the scrollbar type to use for scrolling horizontally in time. So far the scrollbar allowed for infinite scrolling. This version adds a standard ("normal") scrollbar that allows the user to scroll within a given time horizon. Applications can also choose to completely remove the scrollbar.
  • Added an option on...

Released: May 14, 2020

V11.12.0 中的更新

特性

  • Started using system cursors for editing operations in the graphics area. For example Cursor.E_RESIZE to change the end time of an activity. "Old" cursors are still there and can be enabled by calling RowCanvasBehaviour.useCustomCursors().
  • Added ability to resize a row / change a row height interactively via the row headers. This gives the user the same ability for resizing as available in the row headers of the tree table.
  • Consolidated license keys for Java 8 and Java 11+ version of...

Released: May 14, 2020

8.12.0 中的更新

特性

  • Replaced custom mouse cursors with standard system cursors.
  • Row resizing is now available via new row headers on right-hand side.
  • Removed dateline scrolling events.
  • Enhanced RadarView's rendering performance.

Released: Apr 9, 2020

V11.10.0 中的更新

特性

  • Replaced LinksPane with LinksCanvas. Links are now drawn via CanvasAPI (much faster).
  • Replaced ObservableList of ActivityLinks with an IntervalTree for faster lookup.
  • ActivityLink can now carry an optional user object.
  • Custom link renderers can be registered on GraphicsBase.
  • Reworked layout code of DatelineScale to work properly with latest CSS changes in JavaFX.
  • Introduced buffers for RowCanvas and DatelineScale to reduce repaints.

Released: Mar 28, 2020

11.9.1/8.10.0 中的更新

特性

  • New in FlexGanttFX 8.10.0
    • Performance enhancements.
    • Canvas & Dateline "buffer".
    • New rendering approach for activity links (Canvas API replaces Nodes / Scenegraph approach).

修補程式

  • Fixes in FlexGanttFX 11.9.1
    • Fixed javadoc generation.
    • Fixed rendering of activity links.