public class BookmarkElement extends Object implements ITextReplacedElement
| Constructor and Description |
|---|
BookmarkElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
detach(org.xhtmlrenderer.layout.LayoutContext c) |
String |
getAnchorName() |
int |
getBaseline() |
int |
getIntrinsicHeight() |
int |
getIntrinsicWidth() |
Point |
getLocation() |
boolean |
hasBaseline() |
boolean |
isRequiresInteractivePaint() |
void |
paint(org.xhtmlrenderer.render.RenderingContext c,
ITextOutputDevice outputDevice,
org.xhtmlrenderer.render.BlockBox box) |
void |
setAnchorName(String anchorName) |
void |
setLocation(int x,
int y) |
public int getIntrinsicWidth()
getIntrinsicWidth in interface org.xhtmlrenderer.extend.ReplacedElementpublic int getIntrinsicHeight()
getIntrinsicHeight in interface org.xhtmlrenderer.extend.ReplacedElementpublic Point getLocation()
getLocation in interface org.xhtmlrenderer.extend.ReplacedElementpublic void setLocation(int x,
int y)
setLocation in interface org.xhtmlrenderer.extend.ReplacedElementpublic void detach(org.xhtmlrenderer.layout.LayoutContext c)
detach in interface org.xhtmlrenderer.extend.ReplacedElementpublic String getAnchorName()
public void setAnchorName(String anchorName)
public boolean isRequiresInteractivePaint()
isRequiresInteractivePaint in interface org.xhtmlrenderer.extend.ReplacedElementpublic void paint(org.xhtmlrenderer.render.RenderingContext c,
ITextOutputDevice outputDevice,
org.xhtmlrenderer.render.BlockBox box)
paint in interface ITextReplacedElementpublic int getBaseline()
getBaseline in interface org.xhtmlrenderer.extend.ReplacedElementpublic boolean hasBaseline()
hasBaseline in interface org.xhtmlrenderer.extend.ReplacedElementCopyright © 2023. All rights reserved.