Example usage for javafx.scene.control Skinnable interface-usage

List of usage examples for javafx.scene.control Skinnable interface-usage

Introduction

In this page you can find the example usage for javafx.scene.control Skinnable interface-usage.

Usage

From source file de.hs.mannheim.modUro.controller.diagram.fx.ChartViewer.java

/**
 * A control for displaying a {@link JFreeChart} in JavaFX (embeds a
 * {@link ChartCanvas}, adds drag zooming and provides a popup menu for export
 * to PNG/JPG/SVG and PDF formats).  Many behaviours(tooltips, zooming etc) are
 * provided directly by the canvas.
 * <p>