FlexGantt(英語版)

優れたガントチャートをJavaアプリケーションに追加

DLSC 社の製品
2007 年より日本国内にてComponentSourceで販売中。

バージョン: v8.0.x/v2.1.x 更新日: Mar 3, 2020 レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00 (4)

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.

FlexGantt V2.1

Released: Jul 1, 2013

V2.1 での更新項目

機能

  • Added spreadsheet feature (see: ISpreadsheet, SpreadsheetLayer, etc...)
  • Enhanced the printing routine. Print outs can now be decorated with a title, a logo, and three different footer texts (left, center, right). Printing also supports several variables for adding page numbers, page count, the date, the username. Please take a look at the PrintSetup class for more information.
  • Added a new system layer called ActionLayer, which is used to display a timeline object-specific toolbar with action buttons. Please take a look at the IActionProvider, DefaultActionProvider, and ActionLayer classes.
  • Brought back the "old" cursors for dragging and resizing timeline objects. They are disabled by default but can be activated via DragLayer.setShowingDefaultCursors(false).
  • Made the number of clicks needed to trigger a zoom operation inside the dateline configurable. Dateline.setZoomClicks(int);
  • Added packages for scheduling logic support. Introduced a constraint concept, which can cause violations. Violations can be automatically resolved.
  • Extended IRelationship with method setType(RelationshipType t);
  • LassoLayer can now be completely disabled by calling setVisible(false);
  • Added a method to time granularities to return the standard duration of one unit of the granularity. See: IGranularity.getStandardDuration();
  • Made ITimeSpan serializable
  • Added a MultiGanttChartSynchController class to synchronize scrolling in several Gantt charts at the same time.

不具合の修正

  • Fixed a bug that threw an exception when the user used the mouse wheel over an empty gantt chart.
  • Fixed a bug that painted the alternating background / row color in the wrong row when the gantt chart was empty.
  • Fixed printing for Java 7.