135

Grouping Shapes
Switch Use Example Code

  • Select a single child of the switch group:

    sw.setWhichChild( 1 );

  • Select all children of the switch group:

    sw.setWhichChild( Switch.CHILD_ALL );