Interface HasOrientationProperty
public interface HasOrientationProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault OrientationGets the value of theorientationproperty.default voidsetOrientation(Orientation orientation) Sets the value of theorientationproperty.
-
Property Details
-
orientation
Property<Orientation> orientationProperty
-
-
Method Details
-
orientationProperty
Property<Orientation> orientationProperty()- Returns:
- the
orientationproperty - See Also:
-
setOrientation
Sets the value of theorientationproperty.- Property description:
- Parameters:
orientation- the value for theorientationproperty- See Also:
-
getOrientation
Gets the value of theorientationproperty.- Property description:
- Returns:
- the value of the
orientationproperty - See Also:
-