Class WrapperSessionScanViewConfigOptionRotateButton
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanViewConfigOptionRotateButton implements Serializable
WrapperSessionScanViewConfigOptionRotateButton
Button that toggles between portrait and landscape orientations when tapped. Positioned according to alignment and (optional) offset settings.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
WrapperSessionScanViewConfigOptionRotateButton.WrapperSessionScanViewConfigOptionElementAlignment
WrapperSessionScanViewConfigOptionElementAlignment
Screen corner where the UI element will be positioned. Element will align to the specified corner before applying any offset.
-
Field Summary
Fields Modifier and Type Field Description public WrapperSessionScanViewConfigOptionRotateButton.WrapperSessionScanViewConfigOptionElementAlignment
alignment
public WrapperSessionScanViewConfigOptionElementOffset
offset
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanViewConfigOptionRotateButton()
-
Method Summary
Modifier and Type Method Description WrapperSessionScanViewConfigOptionRotateButton.WrapperSessionScanViewConfigOptionElementAlignment
getAlignment()
WrapperSessionScanViewConfigOptionElementAlignment Screen corner where the UI element will be positioned. void
setAlignment(WrapperSessionScanViewConfigOptionRotateButton.WrapperSessionScanViewConfigOptionElementAlignment alignment)
WrapperSessionScanViewConfigOptionElementAlignment Screen corner where the UI element will be positioned. WrapperSessionScanViewConfigOptionElementOffset
getOffset()
WrapperSessionScanViewConfigOptionElementOffset Optional pixel offset from the element's aligned position. void
setOffset(WrapperSessionScanViewConfigOptionElementOffset offset)
WrapperSessionScanViewConfigOptionElementOffset Optional pixel offset from the element's aligned position. String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getAlignment
WrapperSessionScanViewConfigOptionRotateButton.WrapperSessionScanViewConfigOptionElementAlignment getAlignment()
WrapperSessionScanViewConfigOptionElementAlignment
Screen corner where the UI element will be positioned. Element will align to the specified corner before applying any offset. (Required)
-
setAlignment
void setAlignment(WrapperSessionScanViewConfigOptionRotateButton.WrapperSessionScanViewConfigOptionElementAlignment alignment)
WrapperSessionScanViewConfigOptionElementAlignment
Screen corner where the UI element will be positioned. Element will align to the specified corner before applying any offset. (Required)
-
getOffset
WrapperSessionScanViewConfigOptionElementOffset getOffset()
WrapperSessionScanViewConfigOptionElementOffset
Optional pixel offset from the element's aligned position. Use positive/negative values to fine-tune positioning.
-
setOffset
void setOffset(WrapperSessionScanViewConfigOptionElementOffset offset)
WrapperSessionScanViewConfigOptionElementOffset
Optional pixel offset from the element's aligned position. Use positive/negative values to fine-tune positioning.
-
hashCode
int hashCode()
-
-
-
-