public class LineLayer extends Layer
| Constructor and Description | 
|---|
| LineLayer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | draw(java.awt.Graphics2D g2) | 
| double | getXShift() | 
| double | getYShift() | 
| void | setXShift(double x)This method sets parameter which determines by how much the whole layer
 should be shifted by along the x axis. | 
| void | setYShift(double y)This method sets parameter which determines by how much the whole layer
 should be shifted by along the y axis. | 
public void setXShift(double x)
x - public double getXShift()
public void setYShift(double y)
y - public double getYShift()