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 enumWrapperSessionScanViewConfigOptionRotateButton.WrapperSessionScanViewConfigOptionElementAlignmentWrapperSessionScanViewConfigOptionElementAlignment
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.WrapperSessionScanViewConfigOptionElementAlignmentalignmentpublic WrapperSessionScanViewConfigOptionElementOffsetoffset
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanViewConfigOptionRotateButton()
-
Method Summary
Modifier and Type Method Description WrapperSessionScanViewConfigOptionRotateButton.WrapperSessionScanViewConfigOptionElementAlignmentgetAlignment()WrapperSessionScanViewConfigOptionElementAlignment Screen corner where the UI element will be positioned. voidsetAlignment(WrapperSessionScanViewConfigOptionRotateButton.WrapperSessionScanViewConfigOptionElementAlignment alignment)WrapperSessionScanViewConfigOptionElementAlignment Screen corner where the UI element will be positioned. WrapperSessionScanViewConfigOptionElementOffsetgetOffset()WrapperSessionScanViewConfigOptionElementOffset Optional pixel offset from the element's aligned position. voidsetOffset(WrapperSessionScanViewConfigOptionElementOffset offset)WrapperSessionScanViewConfigOptionElementOffset Optional pixel offset from the element's aligned position. StringtoString()inthashCode()booleanequals(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()
-
-
-
-