|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.capabilities.ledStrip.userEffects.BlinkingLedStripUserEffect
public class BlinkingLedStripUserEffect
A class representing a blinking effect (50% rectangle with one color).
| Constructor Summary | |
|---|---|
BlinkingLedStripUserEffect(SegmentColor color,
long period,
boolean forceOffColor)
Creates a BlinkingLedStripUserEffect instance. |
|
| Method Summary | |
|---|---|
SegmentColor |
getColor()
Method to get the segment color. |
long |
getPeriod()
Method to get the period. |
boolean |
isForceOffColor()
Method to get if the segments shall be off. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlinkingLedStripUserEffect(SegmentColor color,
long period,
boolean forceOffColor)
color - Color of the segments while effect is in ON period.period - Length of the period [ms].forceOffColor - true, if the segments shall be switched off in OFF period, false, if the segments shall
display the color of the active state in OFF period.| Method Detail |
|---|
public SegmentColor getColor()
public long getPeriod()
public boolean isForceOffColor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||