Example usage for org.jfree.chart.title Title subclass-usage

List of usage examples for org.jfree.chart.title Title subclass-usage

Introduction

In this page you can find the example usage for org.jfree.chart.title Title subclass-usage.

Usage

From source file gda.plots.BlockWrapper.java

/**
 * Test class for wrapping any arbitrary JComponent so that it can appear on a SimplePlot. The code trying out this
 * class is currently commented out so it will appear to be unused - PLEASE DO NOT REMOVE IT.
 */
public class BlockWrapper extends Title implements Block, ImageObserver {
    private static final Logger logger = LoggerFactory.getLogger(BlockWrapper.class);