com.kuka.roboticsAPI.capabilities.ledStrip.userEffects
Class StaticColorLedStripUserEffect
java.lang.Object
com.kuka.roboticsAPI.capabilities.ledStrip.userEffects.StaticColorLedStripUserEffect
- All Implemented Interfaces:
- ILedStripUserEffect
public class StaticColorLedStripUserEffect
- extends Object
- implements ILedStripUserEffect
Class representing a static color effect.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticColorLedStripUserEffect
public StaticColorLedStripUserEffect(SegmentColor color)
- Creates a StaticColorLedStripUserEffect instance.
- Parameters:
color - color of the effect.
getColor
public SegmentColor getColor()
- Method to get the color of the effect.
- Returns:
- color of the effect.
Copyright © 2019. All rights reserved.