Ejemplo n.º 1
0
 /**
  * Check if the macro contains elements which need to draw holes.
  *
  * @return true if the macro contains elements requiring holes, false otherwise.
  */
 public boolean needsHoles() {
   return drawingAgent.getNeedHoles();
 }