/* 53 */ super(symbol, control);
/* */ }
/* */
/* */ public void writeObject(DataOutput out) throws IOException {
/* 57 */ super.writeObject(out);
/* 58 */ PolygonAttributes polyAttr = (PolygonAttributes)this.node;
/* 59 */ out.writeBoolean(polyAttr.getBackFaceNormalFlip());
/* 60 */ out.writeInt(polyAttr.getCullFace());
/* 61 */ out.writeInt(polyAttr.getPolygonMode());
/* 62 */ out.writeFloat(polyAttr.getPolygonOffset());
/* 63 */ out.writeFloat(polyAttr.getPolygonOffsetFactor());
/* */ }