com.itextpdf.tool.xml.svg.tags
Class SymbolTag

java.lang.Object
  extended by com.itextpdf.tool.xml.svg.AbstractGraphicProcessor
      extended by com.itextpdf.tool.xml.svg.tags.SymbolTag
All Implemented Interfaces:
TagProcessor

public class SymbolTag
extends AbstractGraphicProcessor


Constructor Summary
SymbolTag()
           
 
Method Summary
 boolean isElementWithId()
           
 boolean isStackOwner()
          Defaults to false.
 
Methods inherited from class com.itextpdf.tool.xml.svg.AbstractGraphicProcessor
addElementsToMemoryWithId, content, end, endElement, getCSSResolver, getSvgPipelineContext, start, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolTag

public SymbolTag()
Method Detail

isStackOwner

public boolean isStackOwner()
Description copied from class: AbstractGraphicProcessor
Defaults to false.

Specified by:
isStackOwner in interface TagProcessor
Overrides:
isStackOwner in class AbstractGraphicProcessor
Returns:
true if the tag implementation must keep it's own currentContent stack.
See Also:
TagProcessor.isStackOwner()

isElementWithId

public boolean isElementWithId()
Overrides:
isElementWithId in class AbstractGraphicProcessor


Copyright © 2012. All Rights Reserved.