|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.brusoftware.plot4j.Graph
public class Graph
This class represents a graph on a Cartesian plane.
| Method Summary | |
|---|---|
java.awt.Color |
getGraphColor()
Returns the color of this Graph. |
Point[] |
getPoints()
Returns the interpolation points of this Graph. |
void |
setGraphColor(java.awt.Color c)
Sets the color of this Graph. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setGraphColor(java.awt.Color c)
c - the color of this Graphpublic java.awt.Color getGraphColor()
public Point[] getPoints()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||