SlideRotate
Complete API reference for SlideRotate, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Prototyping
Component: yes
public class SlideRotate extends Component
Constructors
| Signature | Description |
|---|---|
SlideRotate(SlideRotate) | Executes SlideRotate and returns after the underlying engine call finishes. |
SlideRotate(Engine) | Executes SlideRotate and returns after the underlying engine call finishes. |
SlideRotate() | Creates a new instance of SlideRotate. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | SlideRotate | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
axisName | String | get/set | Virtual attribute exposed by getAxisName. Access it like a field to read or write the underlying value. |
currentAngle | float | get/set | Virtual attribute exposed by getCurrentAngle. Access it like a field to read or write the underlying value. |
direction | Direction | get/set | Virtual attribute exposed by getDirection. Access it like a field to read or write the underlying value. |
limited | boolean | set | Virtual attribute exposed by setLimited. Access it like a field to read or write the underlying value. |
maxAngle | float | get/set | Virtual attribute exposed by getMaxAngle. Access it like a field to read or write the underlying value. |
minAngle | float | get/set | Virtual attribute exposed by getMinAngle. Access it like a field to read or write the underlying value. |
sensibility | float | get/set | Virtual attribute exposed by getSensibility. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
isLimited() | boolean | Returns whether limited is true. |