Java org.jfree.data.xy IntervalXYDelegate fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.xy IntervalXYDelegate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.xy IntervalXYDelegate.

The text is from its open source code.

Constructor

IntervalXYDelegate(XYDataset dataset)
Creates a new delegate that.
IntervalXYDelegate(XYDataset dataset, boolean autoWidth)
Creates a new delegate for the specified dataset.

Method

Objectclone()
booleanequals(Object obj)
Tests the delegate for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
voidsetAutoWidth(boolean b)
Sets the flag that indicates whether the interval width is automatically calculated.
voidsetFixedIntervalWidth(double w)
Sets the fixed interval width and, as a side effect, sets the autoWidth flag to false.
voidsetIntervalPositionFactor(double d)
Sets the interval position factor.