FoldingFeature.Orientation

public final class FoldingFeature.Orientation


Represents the axis for which the FoldingFeature runs parallel to.

Summary

Public fields

static final @NonNull FoldingFeature.Orientation

The width of the FoldingFeature is greater than the height.

static final @NonNull FoldingFeature.Orientation

The height of the FoldingFeature is greater than or equal to the width.

Public methods

@NonNull String

Public fields

HORIZONTAL

public static final @NonNull FoldingFeature.Orientation HORIZONTAL

The width of the FoldingFeature is greater than the height.

VERTICAL

public static final @NonNull FoldingFeature.Orientation VERTICAL

The height of the FoldingFeature is greater than or equal to the width.

Public methods

toString

public @NonNull String toString()