示例#1
0
 @Override
 public void setShowYoung(boolean showYoung) {
   totalYoungRenderer.setVisible(showYoung);
 }
示例#2
0
 @Override
 public boolean isShowYoung() {
   return totalYoungRenderer.isVisible();
 }