java.lang.Object | |
↳ | com.priint.comet.metadata.spread.Spreads |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Spreads(SpreadDocument spreadDocument) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | add(int i, Spread spread) | ||||||||||
boolean | add(Spread spread) | ||||||||||
boolean | addAll(int i, Collection<? extends Spread> collection) | ||||||||||
boolean | addAll(Collection<? extends Spread> collection) | ||||||||||
void | clear() | ||||||||||
boolean | contains(Object o) | ||||||||||
boolean | containsAll(Collection<?> collection) | ||||||||||
static <E> List<E> | copyOf(Collection<? extends E> coll) | ||||||||||
boolean | equals(Object o) | ||||||||||
void | forEach(Consumer<? super Spread> action) | ||||||||||
Spread | get(int i) | ||||||||||
BaselineGrid | getBaselineGrid() | ||||||||||
Document |
getDocument()
Gets the owner document of this spread list Gets the owner document (i.e. | ||||||||||
Grid | getGrid() | ||||||||||
List<ParentSpread> | getParentSpreads() | ||||||||||
Dimensions | getSpreadDimension(int spreadIndex) | ||||||||||
List<Page> | getSpreadPages(int spreadIndex) | ||||||||||
int | hashCode() | ||||||||||
int | indexOf(Object o) | ||||||||||
boolean | isEmpty() | ||||||||||
Iterator<Spread> | iterator() | ||||||||||
int | lastIndexOf(Object o) | ||||||||||
ListIterator<Spread> | listIterator(int i) | ||||||||||
ListIterator<Spread> | listIterator() | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4, E e5) | ||||||||||
static <E> List<E> | of() | ||||||||||
static <E> List<E> | of(E e1, E e2) | ||||||||||
static <E> List<E> | of(E... elements) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4) | ||||||||||
static <E> List<E> | of(E e1) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4, E e5, E e6) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) | ||||||||||
Stream<Spread> | parallelStream() | ||||||||||
boolean | remove(Object o) | ||||||||||
Spread | remove(int i) | ||||||||||
boolean | removeAll(Collection<?> collection) | ||||||||||
boolean | removeIf(Predicate<? super Spread> filter) | ||||||||||
void | replaceAll(UnaryOperator<Spread> operator) | ||||||||||
boolean | retainAll(Collection<?> collection) | ||||||||||
Spread | set(int i, Spread spread) | ||||||||||
int | size() | ||||||||||
void | sort(Comparator<? super Spread> c) | ||||||||||
Spliterator<Spread> | spliterator() | ||||||||||
Stream<Spread> | stream() | ||||||||||
List<Spread> | subList(int i, int i1) | ||||||||||
Object[] | toArray() | ||||||||||
<T> T[] | toArray(IntFunction<T[]> generator) | ||||||||||
<T> T[] | toArray(T[] ts) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Iterable
| |||||||||||
From interface
java.util.Collection
| |||||||||||
From interface
java.util.List
|
Gets the owner document of this spread list
Gets the owner document (i.e. general document information) of this spread list