public class Graph extends AbstractShape
EPS, EPSSQR, moebiusShapeChangeSupport, propertyChangeSupport, toolList
Constructor and Description |
---|
Graph() |
Modifier and Type | Method and Description |
---|---|
void |
addGraph(double[] y) |
void |
draw(MoebiusGraphics g) |
void |
drawGrid(MoebiusGraphics g) |
double |
getMaxY() |
double |
getMinY() |
Vector |
getValues() |
void |
removeGraph(int index) |
void |
setGraph(int index,
double[] y) |
addMoebiusShapeChangeListener, addPropertyChangeListener, clone, dontFirePropertyChange, equals, fireMoebiusShapeChange, fireMoebiusShapeChange, firePropertyChange, firePropertyChange, getColor, getFilled, getLabel, getLineWidth, getPickable, getPointOutline, getPointRadius, getShowLabel, getString, getTools, isDoFirePropertyChange, isPickable, removeMoebiusShapeChangeListener, removePropertyChangeListener, reset, setColor, setDoFirePropertyChange, setFilled, setLabel, setLineWidth, setPickable, setPointOutline, setPointRadius, setShowLabel
public void addGraph(double[] y)
public void draw(MoebiusGraphics g)
draw
in interface MoebiusShape
draw
in class AbstractShape
public void drawGrid(MoebiusGraphics g)
public double getMaxY()
public double getMinY()
public Vector getValues()
public void removeGraph(int index)
public void setGraph(int index, double[] y)