java 英语捉急,这两句话啥意思?

Develop an application painting a line plot and table of values for some function y=f(x) (non-linear). When a user changes values in the table (add, delete, edit) a plot should be repainted. Table defines х values, y values should be calculated automatically after adding or editing x values.
这是啥意思?做这道题要用到什么?

开发一个程序,描点画线绘制非线性函数 y=f(x)
当用户修改表中的值(插入、删除、编辑),你的图需要重绘。
表中定义的x值y值得需要在添加删除编辑了x值后自动计算。
这个用swtchart绘图就可以实现。
https://blog.csdn.net/iteye_7333/article/details/81971909