示例#1
0
 protected void updateSize() {
   N node = getNode();
   updateSize(node.getWidth().intValue(), node.getHeight().intValue());
 }