Uses of Interface
com.kuka.roboticsAPI.capabilities.ledStrip.userEffects.ILedStripUserEffect

Packages that use ILedStripUserEffect
com.kuka.roboticsAPI.capabilities.interfaces This package contains the mobile platform capability interfaces. 
com.kuka.roboticsAPI.capabilities.ledStrip.userEffects   
 

Uses of ILedStripUserEffect in com.kuka.roboticsAPI.capabilities.interfaces
 

Methods in com.kuka.roboticsAPI.capabilities.interfaces with parameters of type ILedStripUserEffect
 boolean ILEDStripControlCapability.showUserEffect(ILedStripUserEffect effect)
          Stops the previously activated user led strip effect, if there is any, and starts the given effect "indefinitely".
 boolean ILEDStripControlCapability.showUserEffect(ILedStripUserEffect effect, long timeout)
          Stops the previously activated user led strip effect, if there is any, and starts the given effect for the given duration.
 

Uses of ILedStripUserEffect in com.kuka.roboticsAPI.capabilities.ledStrip.userEffects
 

Classes in com.kuka.roboticsAPI.capabilities.ledStrip.userEffects that implement ILedStripUserEffect
 class BlinkingLedStripUserEffect
          A class representing a blinking effect (50% rectangle with one color).
 class StaticColorLedStripUserEffect
          Class representing a static color effect.
 



Copyright © 2019. All rights reserved.