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

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

Introduction

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

The text is from its open source code.

Constructor

PowerFunction2D(double a, double b)
Creates a new power function.

Method

booleanequals(Object obj)
Tests this function for equality with an arbitrary object.
doublegetA()
Returns the 'a' coefficient that was specified in the constructor.
doublegetB()
Returns the 'b' coefficient that was specified in the constructor.
inthashCode()
Returns a hash code for this instance.