public enum

CycleRange.Direction

extends java.lang.Enum<CycleRange.Direction>

 java.lang.Object

↳java.lang.Enum<CycleRange.Direction>

↳androidx.pdf.util.CycleRange.Direction

Overview

Directions to iterate around a cycle.

Summary

Enum Constants
BACKWARDS
FORWARDS
OUTWARDSOutwards is an interleaved mix of forwards and backwards - it iterates outwards in both directions, nearest neighbours first and finishing on the furthest point in the cycle.
Fields
public final intsign

Methods
public static CycleRange.DirectionvalueOf(java.lang.String name)

public static CycleRange.Directionvalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

FORWARDS

BACKWARDS

OUTWARDS

Outwards is an interleaved mix of forwards and backwards - it iterates outwards in both directions, nearest neighbours first and finishing on the furthest point in the cycle.

Fields

public final int sign

Methods

public static CycleRange.Direction values()

public static CycleRange.Direction valueOf(java.lang.String name)