public class BookmarkElement extends java.lang.Object implements ITextReplacedElement
?????? |
---|
BookmarkElement() |
?????? | ????? |
---|---|
void |
detach(LayoutContext c) |
java.lang.String |
getAnchorName() |
int |
getBaseline() |
int |
getIntrinsicHeight() |
int |
getIntrinsicWidth() |
java.awt.Point |
getLocation()
Returns the current location where the element will be rendered on the canvas
|
boolean |
hasBaseline() |
boolean |
isRequiresInteractivePaint() |
void |
paint(RenderingContext c,
ITextOutputDevice outputDevice,
BlockBox box) |
void |
setAnchorName(java.lang.String anchorName) |
void |
setLocation(int x,
int y)
Assigns the new locations where the element will be rendered.
|
public int getIntrinsicWidth()
getIntrinsicWidth
???? ReplacedElement
public int getIntrinsicHeight()
getIntrinsicHeight
???? ReplacedElement
public java.awt.Point getLocation()
ReplacedElement
getLocation
???? ReplacedElement
public void setLocation(int x, int y)
ReplacedElement
setLocation
???? ReplacedElement
x
- new horizontal posy
- new vertical pospublic void detach(LayoutContext c)
detach
???? ReplacedElement
public java.lang.String getAnchorName()
public void setAnchorName(java.lang.String anchorName)
public boolean isRequiresInteractivePaint()
isRequiresInteractivePaint
???? ReplacedElement
public void paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box)
paint
???? ITextReplacedElement
public int getBaseline()
getBaseline
???? ReplacedElement
public boolean hasBaseline()
hasBaseline
???? ReplacedElement