|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.krysalis.barcode4j.tools.PageInfo
public class PageInfo
Holds information on the page a barcode is painted on.
Constructor Summary | |
---|---|
PageInfo(int pageNumber,
java.lang.String pageNumberString)
Creates a new object. |
Method Summary | |
---|---|
static PageInfo |
fromProcessingHints(java.util.Map hints)
Creates a PageInfo from a Map containing processing hints. |
int |
getPageNumber()
Returns the page number |
java.lang.String |
getPageNumberString()
Returns the string representation of the page number (ex. "12" or "XII"). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageInfo(int pageNumber, java.lang.String pageNumberString)
pageNumber
- the page numberpageNumberString
- the string representation of the page number (ex. "12" or "XII")Method Detail |
---|
public static PageInfo fromProcessingHints(java.util.Map hints)
PageInfo
from a Map
containing processing hints.
hints
- the processing hints
public int getPageNumber()
public java.lang.String getPageNumberString()
|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |