Exemplo n.º 1
0
 // Default size with entity ent inside
 public static Dimension getSize(INGENIASCodeComponent ent) {
   renderer.setEntity(ent);
   return renderer.getSize();
 }
Exemplo n.º 2
0
 // Default AgentView Size.
 public static Dimension getSize() {
   return renderer.getSize();
 }