org.xhtmlrenderer.pdf
Class BookmarkElement
java.lang.Object
org.xhtmlrenderer.pdf.BookmarkElement
- All Implemented Interfaces:
- ReplacedElement, ITextReplacedElement
public class BookmarkElement
- extends java.lang.Object
- implements ITextReplacedElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarkElement
public BookmarkElement()
getIntrinsicWidth
public int getIntrinsicWidth()
- Specified by:
getIntrinsicWidth in interface ReplacedElement
getIntrinsicHeight
public int getIntrinsicHeight()
- Specified by:
getIntrinsicHeight in interface ReplacedElement
getLocation
public java.awt.Point getLocation()
- Specified by:
getLocation in interface ReplacedElement
setLocation
public void setLocation(int x,
int y)
- Specified by:
setLocation in interface ReplacedElement
detach
public void detach(LayoutContext c)
- Specified by:
detach in interface ReplacedElement
getAnchorName
public java.lang.String getAnchorName()
setAnchorName
public void setAnchorName(java.lang.String anchorName)
isRequiresInteractivePaint
public boolean isRequiresInteractivePaint()
- Specified by:
isRequiresInteractivePaint in interface ReplacedElement
paint
public void paint(RenderingContext c,
ITextOutputDevice outputDevice,
BlockBox box)
- Specified by:
paint in interface ITextReplacedElement
getBaseline
public int getBaseline()
- Specified by:
getBaseline in interface ReplacedElement
hasBaseline
public boolean hasBaseline()
- Specified by:
hasBaseline in interface ReplacedElement
Copyright © 2014. All Rights Reserved.