j3d.utils
Class SwitchUtils

java.lang.Object
  extended by j3d.utils.SwitchUtils

public final class SwitchUtils
extends java.lang.Object


Method Summary
static javax.media.j3d.Switch getSwitch()
           
static javax.media.j3d.Switch[] getSwitches()
           
static javax.media.j3d.Switch[] getSwitches(javax.media.j3d.Group g)
           
static void turnOffSwitch(javax.media.j3d.Switch g)
           
static void turnOffSwitches(javax.media.j3d.Switch[] s)
           
static void turnOnSwitch(javax.media.j3d.Switch g)
           
static void turnOnSwitches(javax.media.j3d.Switch[] s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

turnOffSwitches

public static void turnOffSwitches(javax.media.j3d.Switch[] s)

turnOnSwitches

public static void turnOnSwitches(javax.media.j3d.Switch[] s)

getSwitches

public static javax.media.j3d.Switch[] getSwitches()

getSwitches

public static javax.media.j3d.Switch[] getSwitches(javax.media.j3d.Group g)

turnOffSwitch

public static void turnOffSwitch(javax.media.j3d.Switch g)

turnOnSwitch

public static void turnOnSwitch(javax.media.j3d.Switch g)

getSwitch

public static javax.media.j3d.Switch getSwitch()