|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractGraphicsNodeBridge
org.apache.fop.svg.PDFAElementBridge
Bridge class for the <a> element.
Constructor Summary | |
PDFAElementBridge()
Constructs a new bridge for the <a> element. |
Method Summary | |
GraphicsNode |
createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Element e)
Builds using the specified BridgeContext and element, the specified graphics node. |
java.lang.String |
getLocalName()
Returns 'a'. |
protected GraphicsNode |
instantiateGraphicsNode()
Creates a CompositeGraphicsNode. |
boolean |
isComposite()
Returns true as the <a> element is a container. |
void |
setCurrentTransform(java.awt.geom.AffineTransform tf)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDFAElementBridge()
Method Detail |
public void setCurrentTransform(java.awt.geom.AffineTransform tf)
public java.lang.String getLocalName()
protected GraphicsNode instantiateGraphicsNode()
public GraphicsNode createGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e)
ctx
- the bridge context to usee
- the element that describes the graphics node to buildpublic boolean isComposite()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |