Class Overview
GSChangesIterator is an iterator type that can be used to traverse a list
of changes in the graphics state between subsequnet graphical elements on the
page. For a sample use case, please take a look at ElementReaderAdv sample project.
Summary
Public Methods |
Object
|
clone()
|
Integer
|
next()
Advances the iterator to the next element of the collection.
|
[Expand]
Inherited Methods |
From class
com.pdftron.common.PDFNetIterator
void
|
Destroy()
Frees the native memory of the object.
|
abstract
Object
|
clone()
|
void
|
close()
Frees the native memory of the object.
|
boolean
|
hasNext()
Determine whether iterator can be successfully advanced to the next element
|
abstract
T
|
next()
Advances the iterator to the next element of the collection.
|
void
|
remove()
|
|
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.AutoCloseable
|
From interface
java.util.Iterator
abstract
void
|
forEachRemaining(Consumer<? super E> arg0)
|
abstract
boolean
|
hasNext()
|
abstract
E
|
next()
|
abstract
void
|
remove()
|
|
Public Methods
public
Integer
next
()
Advances the iterator to the next element of the collection.