public class JDFRunList.JDFRunData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
firstIndex |
protected int |
lastIndex |
protected int |
runIndex |
protected JDFRunList |
runList |
| Modifier | Constructor and Description |
|---|---|
protected |
JDFRunData()
null constructor
|
|
JDFRunData(JDFRunList.JDFRunData other)
copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstIndex() |
int |
getLastIndex() |
int |
getPageInFile()
get the 0 based page number in the file specified by RunList/@URL
|
int |
getRunIndex() |
JDFRunList |
getRunList() |
protected JDFRunList runList
protected int runIndex
protected int firstIndex
protected int lastIndex
public JDFRunData(JDFRunList.JDFRunData other)
other - the JDFRunIndex object to cloneprotected JDFRunData()
public int getPageInFile()
public int getLastIndex()
public int getRunIndex()
public JDFRunList getRunList()
public int getFirstIndex()