Example usage for org.jfree.chart.block FlowArrangement FlowArrangement

List of usage examples for org.jfree.chart.block FlowArrangement FlowArrangement

Introduction

In this page you can find the example usage for org.jfree.chart.block FlowArrangement FlowArrangement.

Prototype

public FlowArrangement() 

Source Link

Document

Creates a new instance.

Usage

From source file:gda.plots.SimpleLegendTitle.java

/**
 * Exactly the same as the SuperClass constructor - necessary because there is no default constructor in
 * LegendTitle./*from   www .j a  va2s .  c om*/
 * 
 * @param source
 *            a source of LegendItems
 */
public SimpleLegendTitle(LegendItemSource source) {
    super(source, new FlowArrangement(), new ColumnArrangement());
}