Ejemplo n.º 1
0
 private void changeProperty(
     final AbstractSection section, final Object property, AlfaRGB newColor) {
   if (parent == null) section.changeProperty(property, newColor);
   else section.changePropertyOn(property, newColor, parent);
 }