public interface ReplacedElement
![]()
element in HTML may be rendered using some form of Image
. The idea is that
there are some XML elements which Flying Saucer knows how to position and size (that's in the CSS) but has no
idea how to render on screen. Replaced elements serve that purpose.Modifier and Type | Method and Description |
---|---|
void |
detach(LayoutContext c) |
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 |
setLocation(int x,
int y)
Assigns the new locations where the element will be rendered.
|
int getIntrinsicWidth()
int getIntrinsicHeight()
java.awt.Point getLocation()
void setLocation(int x, int y)
x
- new horizontal posy
- new vertical posvoid detach(LayoutContext c)
c
- boolean isRequiresInteractivePaint()
boolean hasBaseline()
int getBaseline()