unmark2,
4);
}
if (this.ersteEcke != null && this.zweiteEcke != null) {
Polygon2D quad = new Polygon2D(4);
quad.add(new Vektor2D(this.ersteEcke));
quad.add(new Vektor2D(this.ersteEcke.x, this.zweiteEcke.y));
quad.add(new Vektor2D(this.zweiteEcke));
quad.add(new Vektor2D(this.zweiteEcke.x, this.ersteEcke.y));
liste.add(new AusgMerkm(
Color.lightGray,
Color.black,
true,
false));
liste.add(quad.toPol(this.skalierung, this.verschiebung));
}
LinkedList<AbstractMsg> msgsError
= this.pars.getMsgs(
(new MsgError(null, 0, null)).getType(),