@Override
public Vector<NEabstractGraphicObject> getOwnGfx() {
//gfx = new Vector<NEabstractGraphicObject>();
NELandscapeGraphic Q;
grid = new NELineQuad();
grid.x = this.x;
grid.y = this.y;
grid.layer = 10;
grid.setColor(1f, 1f, 0.5f, 0.1f);
this.showGrid.add(new NEVisibleLable(grid));