Package it.smartio.docs.fop.nodes
Class FoBasicLink
- java.lang.Object
-
- it.smartio.docs.fop.nodes.FoNode
-
- it.smartio.docs.fop.nodes.FoBasicLink
-
- All Implemented Interfaces:
Fo,FoFont<FoBasicLink>,java.lang.Iterable<FoNode>
public class FoBasicLink extends FoNode implements FoFont<FoBasicLink>
TheFoBasicLinkclass.
-
-
Constructor Summary
Constructors Constructor Description FoBasicLink(java.lang.String url)Constructs an instance ofFoBasicLink.
-
Method Summary
-
Methods inherited from class it.smartio.docs.fop.nodes.FoNode
addNode, addText, build, create, getAttributes, getTagName, hasChildren, iterator, root, set, setId, text
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface it.smartio.docs.fop.nodes.set.FoFont
setColor, setFontFamily, setFontSize, setFontStyle, setFontWeight, setLineHeight, setTextAlign, setTextDecoration
-
-
-
-
Constructor Detail
-
FoBasicLink
public FoBasicLink(java.lang.String url)
Constructs an instance ofFoBasicLink.- Parameters:
url-
-
-