Exemplo n.º 1
0
 /**
  * Gets the dimension computed by the packer when defining a position for elements.
  *
  * @return the packed dimension
  */
 public Dimension getDimensionPack() {
   return dimensionPacker.getFilledArea();
 }