Example #1
0
 /**
  * Sets the instance number when writing out the escher data
  *
  * @param i the instance
  */
 protected void setInstance(int i)
 {
     data.setInstance(i);
 }