简体   繁体   English

场景生成器上的雷达图

[英]Radar Charts on Scene Builder

I am asking if there is a possibility to design radar charts (like in picture attached) directly in Scene Builder for a JavaFX application?我问是否有可能直接在场景生成器中为 JavaFX 应用程序设计雷达图(如附图中所示)? Or is it more practical to work with iReport or Jaspersoft (if it is compatible with a JavaFX application).或者使用 iReport 或 Jaspersoft 是否更实用(如果它与 JavaFX 应用程序兼容)。 If there is another solution more professional, your advices are welcome.如果有其他更专业的解决方案,欢迎您的建议。

I am doing an desktop application who design somes charts after calculating employees performance.我正在做一个桌面应用程序,在计算员工绩效后设计一些图表。 The application is for a bank.申请是针对银行的。

Picture:图片:

Radar Chart雷达图

Thank you !谢谢 !

SceneBuilder is primarily a WYSIWYG tool for UI design – if I understood correctly, you do not have the radar charts ready, but need to design the control itself? SceneBuilder 主要是一个用于 UI 设计的 WYSIWYG 工具——如果我理解正确的话,你没有准备好雷达图,而是需要自己设计控件? Right?正确的?

When I design controls, I code the control and put it in a minimal hello world environment or UI test case, in order to see most quickly if it works and looks as intended.当我设计控件时,我对控件进行编码并将其置于一个最小的 hello world 环境或 UI 测试用例中,以便最快地查看它是否工作并且看起来是否符合预期。

SceneBuilder is only used when the control is ready and packaged. SceneBuilder 仅在控件准备好并打包时使用。 With the "JAR/FXML Manager" of SceneBuilder you can import you control into the Library and place it into your UI.使用 SceneBuilder 的“JAR/FXML 管理器”,您可以将控件导入库并将其放置到您的 UI 中。

Does this information help you?这些信息对您有帮助吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM