|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoEmbossingItem
public abstract class JDFAutoEmbossingItem
class JDFAutoEmbossingItem : public JDFElement
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.cip4.jdflib.core.JDFElement |
|---|
JDFElement.EnumBoolean, JDFElement.EnumNamedColor, JDFElement.EnumNodeStatus, JDFElement.EnumOrientation, JDFElement.EnumPoolType, JDFElement.EnumSeparation, JDFElement.EnumSettingsPolicy, JDFElement.EnumValidationLevel, JDFElement.EnumVersion, JDFElement.EnumXYRelation |
| Nested classes/interfaces inherited from class org.cip4.jdflib.core.KElement |
|---|
KElement.SimpleNodeComparator, KElement.SingleAttributeComparator, KElement.SingleXPathComparator |
| Field Summary |
|---|
| Fields inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
localName, namespaceURI |
| Fields inherited from class org.apache.xerces.dom.ElementImpl |
|---|
attributes, name |
| Fields inherited from class org.apache.xerces.dom.ParentNode |
|---|
firstChild, fNodeListCache, ownerDocument |
| Fields inherited from class org.apache.xerces.dom.ChildNode |
|---|
nextSibling, previousSibling |
| Fields inherited from class org.apache.xerces.dom.NodeImpl |
|---|
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE |
| Fields inherited from interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Constructor Summary | |
|---|---|
protected |
JDFAutoEmbossingItem(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String qualifiedName)
Constructor for JDFAutoEmbossingItem |
protected |
JDFAutoEmbossingItem(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String myNamespaceURI,
String qualifiedName)
Constructor for JDFAutoEmbossingItem |
protected |
JDFAutoEmbossingItem(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String myNamespaceURI,
String qualifiedName,
String myLocalName)
Constructor for JDFAutoEmbossingItem |
| Method Summary | |
|---|---|
JDFSpanDirection |
appendDirection()
(29) append element Direction |
JDFNumberSpan |
appendEdgeAngle()
(29) append element EdgeAngle |
JDFSpanEdgeShape |
appendEdgeShape()
(29) append element EdgeShape |
JDFStringSpan |
appendEmbossingType()
(29) append element EmbossingType |
JDFSpanNamedColor |
appendFoilColor()
(29) append element FoilColor |
JDFStringSpan |
appendFoilColorDetails()
(29) append element FoilColorDetails |
JDFNumberSpan |
appendHeight()
(29) append element Height |
JDFXYPairSpan |
appendImageSize()
(29) append element ImageSize |
JDFSpanLevel |
appendLevel()
(29) append element Level |
JDFXYPairSpan |
appendPosition()
(29) append element Position |
JDFSpanDirection |
getCreateDirection()
(25) getCreateDirection |
JDFNumberSpan |
getCreateEdgeAngle()
(25) getCreateEdgeAngle |
JDFSpanEdgeShape |
getCreateEdgeShape()
(25) getCreateEdgeShape |
JDFStringSpan |
getCreateEmbossingType()
(25) getCreateEmbossingType |
JDFSpanNamedColor |
getCreateFoilColor()
(25) getCreateFoilColor |
JDFStringSpan |
getCreateFoilColorDetails()
(25) getCreateFoilColorDetails |
JDFNumberSpan |
getCreateHeight()
(25) getCreateHeight |
JDFXYPairSpan |
getCreateImageSize()
(25) getCreateImageSize |
JDFSpanLevel |
getCreateLevel()
(25) getCreateLevel |
JDFXYPairSpan |
getCreatePosition()
(25) getCreatePosition |
JDFSpanDirection |
getDirection()
(24) const get element Direction |
JDFNumberSpan |
getEdgeAngle()
(24) const get element EdgeAngle |
JDFSpanEdgeShape |
getEdgeShape()
(24) const get element EdgeShape |
JDFStringSpan |
getEmbossingType()
(24) const get element EmbossingType |
JDFSpanNamedColor |
getFoilColor()
(24) const get element FoilColor |
JDFStringSpan |
getFoilColorDetails()
(24) const get element FoilColorDetails |
JDFNumberSpan |
getHeight()
(24) const get element Height |
JDFXYPairSpan |
getImageSize()
(24) const get element ImageSize |
JDFSpanLevel |
getLevel()
(24) const get element Level |
JDFXYPairSpan |
getPosition()
(24) const get element Position |
protected ElementInfo |
getTheElementInfo()
|
String |
toString()
toString |
| Methods inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
getBaseURI, getLocalName, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setType, setValues |
| Methods inherited from class org.apache.xerces.dom.ElementImpl |
|---|
cloneNode, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getXercesAttribute, hasAttributeNS, isEqualNode, reconcileDefaultAttributes, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeData |
| Methods inherited from class org.apache.xerces.dom.ParentNode |
|---|
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren |
| Methods inherited from class org.apache.xerces.dom.ChildNode |
|---|
getNextSibling, getParentNode, getPreviousSibling |
| Methods inherited from class org.apache.xerces.dom.NodeImpl |
|---|
addEventListener, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setUserData, setUserData |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Element |
|---|
getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
|---|
cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
protected JDFAutoEmbossingItem(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String qualifiedName)
myOwnerDocument - qualifiedName -
protected JDFAutoEmbossingItem(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String myNamespaceURI,
String qualifiedName)
myOwnerDocument - myNamespaceURI - qualifiedName -
protected JDFAutoEmbossingItem(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String myNamespaceURI,
String qualifiedName,
String myLocalName)
myOwnerDocument - myNamespaceURI - qualifiedName - myLocalName - | Method Detail |
|---|
protected ElementInfo getTheElementInfo()
getTheElementInfo in class JDFElementpublic String toString()
JDFElement
toString in class JDFElementObject.toString()public JDFSpanDirection getDirection()
public JDFSpanDirection getCreateDirection()
public JDFSpanDirection appendDirection()
throws JDFException
JDFException - if the element already existspublic JDFNumberSpan getEdgeAngle()
public JDFNumberSpan getCreateEdgeAngle()
public JDFNumberSpan appendEdgeAngle()
throws JDFException
JDFException - if the element already existspublic JDFSpanEdgeShape getEdgeShape()
public JDFSpanEdgeShape getCreateEdgeShape()
public JDFSpanEdgeShape appendEdgeShape()
throws JDFException
JDFException - if the element already existspublic JDFStringSpan getEmbossingType()
public JDFStringSpan getCreateEmbossingType()
public JDFStringSpan appendEmbossingType()
throws JDFException
JDFException - if the element already existspublic JDFSpanNamedColor getFoilColor()
public JDFSpanNamedColor getCreateFoilColor()
public JDFSpanNamedColor appendFoilColor()
throws JDFException
JDFException - if the element already existspublic JDFStringSpan getFoilColorDetails()
public JDFStringSpan getCreateFoilColorDetails()
public JDFStringSpan appendFoilColorDetails()
throws JDFException
JDFException - if the element already existspublic JDFNumberSpan getHeight()
public JDFNumberSpan getCreateHeight()
public JDFNumberSpan appendHeight()
throws JDFException
JDFException - if the element already existspublic JDFXYPairSpan getImageSize()
public JDFXYPairSpan getCreateImageSize()
public JDFXYPairSpan appendImageSize()
throws JDFException
JDFException - if the element already existspublic JDFSpanLevel getLevel()
public JDFSpanLevel getCreateLevel()
public JDFSpanLevel appendLevel()
throws JDFException
JDFException - if the element already existspublic JDFXYPairSpan getPosition()
public JDFXYPairSpan getCreatePosition()
public JDFXYPairSpan appendPosition()
throws JDFException
JDFException - if the element already exists
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||