Java org.jfree.data.function LineFunction2D fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.function LineFunction2D fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

LineFunction2D(double a, double b)
Constructs a new line function.

Method

doublegetIntercept()
Returns the 'a' coefficient that was specified in the constructor.
doublegetSlope()
Returns the 'b' coefficient that was specified in the constructor.
inthashCode()
Returns a hash code for this instance.