org.xhtmlrenderer.pdf
Class BookmarkElement

java.lang.Object
  extended by org.xhtmlrenderer.pdf.BookmarkElement
All Implemented Interfaces:
ReplacedElement, ITextReplacedElement

public class BookmarkElement
extends java.lang.Object
implements ITextReplacedElement


Constructor Summary
BookmarkElement()
           
 
Method Summary
 void detach(LayoutContext c)
           
 java.lang.String getAnchorName()
           
 int getBaseline()
           
 int getIntrinsicHeight()
           
 int getIntrinsicWidth()
           
 java.awt.Point getLocation()
           
 boolean hasBaseline()
           
 boolean isRequiresInteractivePaint()
           
 void paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box)
           
 void setAnchorName(java.lang.String anchorName)
           
 void setLocation(int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarkElement

public BookmarkElement()
Method Detail

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.