|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.brusoftware.plot4j.Graph
com.brusoftware.plot4j.RawGraph
public class RawGraph
This class represents a graph on a Cartesian plane, described by its Points.
| Constructor Summary | |
|---|---|
RawGraph()
Creates a new RawGraph. |
|
RawGraph(Point[] ps)
Creates a new RawGraph setting its Points. |
|
| Method Summary | |
|---|---|
void |
setPoints(Point[] ps)
Sets the Points of this RawGraph. |
| Methods inherited from class com.brusoftware.plot4j.Graph |
|---|
getGraphColor, getPoints, setGraphColor |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RawGraph()
public RawGraph(Point[] ps)
ps - the Points of this RawGraphsetPoints(Point[])| Method Detail |
|---|
public void setPoints(Point[] ps)
ps - the Points of this RawGraph
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||