public class DisplayList extends Object
| Constructor and Description |
|---|
DisplayList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(double[] xp,
double[] yp,
String color) |
void |
addPoint(String sl,
double x,
double y) |
void |
addPoint(String sl,
double x,
double y,
String color) |
void |
clear() |
ArrayList<DisplayLine> |
getLines() |
void |
setRepaintable(Repaintable rp) |
public void setRepaintable(Repaintable rp)
public ArrayList<DisplayLine> getLines()
public void addPoint(String sl, double x, double y)
public void addLine(double[] xp,
double[] yp,
String color)
public void clear()
Copyright © 2019. All rights reserved.