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