com.kuka.roboticsAPI.uiModel.userKeys
Class UserKeyElement
java.lang.Object
com.kuka.roboticsAPI.uiModel.userKeys.UserKeyElement
- Direct Known Subclasses:
- UserKeyLEDElement, UserKeyTextElement
public abstract class UserKeyElement
- extends Object
UI element for a user key.
Can be text or LED.
|
Constructor Summary |
protected |
UserKeyElement(com.kuka.roboticsAPI.uiModel.userKeys.UserKeyAlignment position)
Constructor for base user key element. |
|
Method Summary |
com.kuka.roboticsAPI.uiModel.userKeys.UserKeyAlignment |
getPosition()
Gets the position of the user key element on the display area. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserKeyElement
protected UserKeyElement(com.kuka.roboticsAPI.uiModel.userKeys.UserKeyAlignment position)
- Constructor for base user key element.
- Parameters:
position - the position of the user key element.
getPosition
public com.kuka.roboticsAPI.uiModel.userKeys.UserKeyAlignment getPosition()
- Gets the position of the user key element on the display area.
- Returns:
- the position.
Copyright © 2019. All rights reserved.