This folder and its subfolders contain demo applications which make use of the different features of the styles component of yFiles for JavaFX.
Demo | Description |
---|---|
ArrowNodeStyle | Implement sophisticated styles for graph objects in yFiles for JavaFX. |
CompositeNodeStyle | This demo shows how to combine several node styles into one. |
DefaultLabelStyle | Shows the most important configuration options for the built-in DefaultLabelStyle class. |
GroupNodeStyle | Implement sophisticated styles for graph objects in yFiles for JavaFX. |
RectangleNodeStyle | Implement sophisticated styles for graph objects in yFiles for JavaFX. |
RichTextLabelStyle | Using the JavaFX 8 Rich Text API in yFiles. |
ShapeNodeStyle | Implement sophisticated styles for graph objects in yFiles for JavaFX. |
SimpleCustomStyle | Shows how to implement sophisticated styles for graph objects in yFiles for JavaFX. |
TemplateStyle | Shows how to use TemplateNodeStyle and TemplateLabelStyle to create complex node and label visualizations using FXML components. |
TextWrapping | Shows how to use the text wrapping and overrun style feature provided by the DefaultLabelStyle class. |
ZoomInvariantLabelStyleDemo | Demonstrates zoom-invariant label rendering. |