com.kuka.roboticsAPI.capabilities.ledStrip.userEffects
Class StaticColorLedStripUserEffect

java.lang.Object
  extended by com.kuka.roboticsAPI.capabilities.ledStrip.userEffects.StaticColorLedStripUserEffect
All Implemented Interfaces:
ILedStripUserEffect

public class StaticColorLedStripUserEffect
extends Object
implements ILedStripUserEffect

Class representing a static color effect.


Constructor Summary
StaticColorLedStripUserEffect(SegmentColor color)
          Creates a StaticColorLedStripUserEffect instance.
 
Method Summary
 SegmentColor getColor()
          Method to get the color of the effect.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticColorLedStripUserEffect

public StaticColorLedStripUserEffect(SegmentColor color)
Creates a StaticColorLedStripUserEffect instance.

Parameters:
color - color of the effect.
Method Detail

getColor

public SegmentColor getColor()
Method to get the color of the effect.

Returns:
color of the effect.


Copyright © 2019. All rights reserved.