Uses of Class
com.openhtmltopdf.util.DescendantBoxSpliterator.State
-
Packages that use DescendantBoxSpliterator.State Package Description com.openhtmltopdf.util -
-
Uses of DescendantBoxSpliterator.State in com.openhtmltopdf.util
Fields in com.openhtmltopdf.util declared as DescendantBoxSpliterator.State Modifier and Type Field Description private DescendantBoxSpliterator.State
DescendantBoxSpliterator. curState
Methods in com.openhtmltopdf.util that return DescendantBoxSpliterator.State Modifier and Type Method Description static DescendantBoxSpliterator.State
DescendantBoxSpliterator.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DescendantBoxSpliterator.State[]
DescendantBoxSpliterator.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.util with parameters of type DescendantBoxSpliterator.State Modifier and Type Method Description private void
DescendantBoxSpliterator. setState(DescendantBoxSpliterator.State newState)
-