org.cip4.jdflib.extensions.xjdfwalker
Class XJDFToJDFConverter.WalkColorIntent
java.lang.Object
org.cip4.jdflib.elementwalker.BaseWalker
org.cip4.jdflib.extensions.xjdfwalker.XJDFToJDFConverter.WalkXElement
org.cip4.jdflib.extensions.xjdfwalker.XJDFToJDFConverter.WalkResource
org.cip4.jdflib.extensions.xjdfwalker.XJDFToJDFConverter.WalkIntentResource
org.cip4.jdflib.extensions.xjdfwalker.XJDFToJDFConverter.WalkColorIntent
- All Implemented Interfaces:
- Comparable<BaseWalker>, IWalker
- Enclosing class:
- XJDFToJDFConverter
public class XJDFToJDFConverter.WalkColorIntent
- extends XJDFToJDFConverter.WalkIntentResource
TODO discuss and implement varying numcolors for front and back, e.g. 4/1
- Author:
- Rainer Prosi, Heidelberger Druckmaschinen *
|
Method Summary |
boolean |
matches(KElement toCheck)
this is the check whether or not to use this walker for a given element should be overwritten |
KElement |
walk(KElement e,
KElement trackElem)
the mother routine for walking.... |
XJDFToJDFConverter.WalkColorIntent
public XJDFToJDFConverter.WalkColorIntent()
walk
public KElement walk(KElement e,
KElement trackElem)
- Description copied from class:
BaseWalker
- the mother routine for walking....
- Specified by:
walk in interface IWalker- Overrides:
walk in class XJDFToJDFConverter.WalkIntentResource
- Parameters:
e - trackElem - a parallel element to e that may additionally be modified during the walk
- Returns:
- the created resource
- See Also:
IWalker.walk(KElement, KElement)
matches
public boolean matches(KElement toCheck)
- Description copied from class:
BaseWalker
- this is the check whether or not to use this walker for a given element should be overwritten
- Overrides:
matches in class XJDFToJDFConverter.WalkIntentResource
- Parameters:
toCheck -
- Returns:
- true if it matches
- See Also:
BaseWalker.matches(org.cip4.jdflib.core.KElement)
Copyright © 2013. All Rights Reserved.