|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Curve | |
---|---|
org.faceless.graph | Contains the basic classes for creating a Graph. |
org.faceless.graph.math | Contains "curves" which are plotted on AbstractLineGraph and subclasses. |
Uses of Curve in org.faceless.graph |
---|
Methods in org.faceless.graph with parameters of type Curve | |
---|---|
void |
AbstractLineGraph.setCurve(String name,
Curve curve)
Add a Curve to the graph in the next default color. |
void |
AbstractLineGraph.setCurve(String name,
Curve curve,
Color color)
Add a Curve to the graph in the specified color. |
Uses of Curve in org.faceless.graph.math |
---|
Subclasses of Curve in org.faceless.graph.math | |
---|---|
class |
DataCurve
A type of curve that represents data samples. |
class |
FunctionCurve
A Function Curve is the abstract superclass of any curves that represent a mathematical function. |
class |
Polynomial
Represents a Polynomial Curve of any degree > 2. |
class |
SimpleCurve
A SimpleCurve is a curve that's just a wrapper around java functions like Math.sin or
Math.tan |
class |
Spline
Create a Spline Curve, or more accurately a sequence of spline curves which can be used to interpolate or approximate, or just plain "Smooth" a DataCurve . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |