Ejemplo n.º 1
0
 /**
  * Sets the version when writing out the escher data
  *
  * @param v the version
  */
 protected void setVersion(int v)
 {
     data.setVersion(v);
 }