public class MISCPGoldenTicket extends MISGoldenTicket
| Modifier and Type | Field and Description |
|---|---|
boolean |
bPPF
if true: ppf, else png preview names are generated
|
VString |
inkProductIDs |
VString |
inks |
static java.lang.String |
MISCPS_PRINTING |
boolean |
previewAvailable
if true, previews are linked
|
java.lang.String |
previewShare
file location of preview files
|
boolean |
splitSheets |
bUsageCounter, duration, grayBox, jmfICSLevel, misICSLevel, preStart, scheduleDuration, scheduleHoursamountLinks, baseICSLevel, bExpandGrayBox, bPartitionedPlateMedia, category, catMap, cols, colsActual, deviceURL, devID, getNIFromParent, good, icsLevel, m_pdfFile, misURL, nCols, paperMedia, paperProductID, partIDKeys, partsAtOnce, partsForAvailable, plateReduction, returnURL, theExpandedNode, theNode, theParentNode, theParentProduct, thePreviousNode, theStatusCounter, theVersion, vParts, waste, workStyle| Constructor and Description |
|---|
MISCPGoldenTicket(int _icsLevel,
JDFElement.EnumVersion jdfVersion,
int _jmfLevel,
int _misLevel,
boolean isGrayBox,
VJDFAttributeMap vPartMap)
create a BaseGoldenTicket
|
MISCPGoldenTicket(MISCPGoldenTicket parent)
create a BaseGoldenTicket
|
| Modifier and Type | Method and Description |
|---|---|
void |
assign(JDFNode node)
assign a node to this golden ticket instance
|
protected void |
fillCatMaps() |
VString |
getICSVersions() |
void |
init()
initializes this node to a given ICS version
|
protected void |
initColorantControl()
zapp any direct links to colorpool
|
protected void |
initConventionalPrintingParams() |
protected JDFDevice |
initDevice(JDFNode reuseNode) |
protected void |
initInk() |
protected JDFNodeInfo |
initNodeInfo() |
protected JDFMedia |
initPaperMedia() |
protected void |
initPreview() |
void |
makeReady()
prepare an mis fuzzy node and make it runnable by the device
|
protected void |
makeReadyColorantControl() |
protected void |
runphases(int pgood,
int pwaste,
boolean bOutAvail,
boolean bFirst) |
void |
setActivePart(VJDFAttributeMap vp,
boolean bFirst) |
addAmountLink, execute, initCustomerInfo, initJDF, initUsageCounter, setGrayBoxaddJDFNode, addKid, addSheet, createSheetMap, executeAll, finalizeProcess, getCategory, getCols, getDeviceURL, getExpandedNode, getMisURL, getNCols, getNode, getNodeLinks, getReducedMap, getStatusCounter, getTypes, initAuditPool, initColorPool, initDocumentRunList, initOutputComponent, initPlateMedia, initPlateXM, makeReadyAll, runSinglePhase, schedule, setCategory, setDeviceURL, setMisURL, setParent, setParent, setPreviousNode, setVersion, toString, write2Filepublic static final java.lang.String MISCPS_PRINTING
public boolean splitSheets
public VString inks
public VString inkProductIDs
public boolean previewAvailable
public java.lang.String previewShare
public boolean bPPF
public MISCPGoldenTicket(int _icsLevel,
JDFElement.EnumVersion jdfVersion,
int _jmfLevel,
int _misLevel,
boolean isGrayBox,
VJDFAttributeMap vPartMap)
_icsLevel - the level to init to (1,2 or 3)jdfVersion - the version to generate a golden ticket for_jmfLevel - level of jmf ICS to support_misLevel - level of MIS ICS to supportisGrayBox - if true, write a grayBoxvPartMap - the partmap vector for this nodepublic MISCPGoldenTicket(MISCPGoldenTicket parent)
parent - protected void fillCatMaps()
fillCatMaps in class BaseGoldenTicketpublic VString getICSVersions()
getICSVersions in class MISGoldenTicketBaseGoldenTicket.getICSVersions()public void init()
init in class MISGoldenTicketpublic void setActivePart(VJDFAttributeMap vp, boolean bFirst)
setActivePart in class BaseGoldenTicketvp - bFirst - BaseGoldenTicket.setActivePart(org.cip4.jdflib.datatypes.VJDFAttributeMap, boolean)protected JDFMedia initPaperMedia()
initPaperMedia in class BaseGoldenTicketprotected void initInk()
protected void initPreview()
protected void initConventionalPrintingParams()
protected JDFDevice initDevice(JDFNode reuseNode)
initDevice in class MISGoldenTicketprotected void makeReadyColorantControl()
public void makeReady()
makeReady in class BaseGoldenTicketprotected JDFNodeInfo initNodeInfo()
initNodeInfo in class MISGoldenTicketprotected void runphases(int pgood,
int pwaste,
boolean bOutAvail,
boolean bFirst)
runphases in class BaseGoldenTicketpublic void assign(JDFNode node)
BaseGoldenTicketassign in class MISGoldenTicketnode - MISGoldenTicket.assign(org.cip4.jdflib.node.JDFNode)protected void initColorantControl()
initColorantControl in class BaseGoldenTicket