??? | ?? |
---|---|
org.xhtmlrenderer.extend | |
org.xhtmlrenderer.pdf | |
org.xhtmlrenderer.render | |
org.xhtmlrenderer.swing | |
org.xhtmlrenderer.test |
?????? | ????? |
---|---|
ReplacedElement |
ReplacedElementFactory.createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
NOTE: Only block equivalent elements can be replaced.
|
?????? | ????? |
---|---|
interface |
ITextReplacedElement |
?????? | ???? |
---|---|
class |
AbstractFormField |
class |
BookmarkElement |
class |
CheckboxFormField |
class |
ITextImageElement |
class |
RadioButtonFormField |
class |
SelectFormField |
class |
TextAreaFormField |
class |
TextFormField |
?????? | ????? |
---|---|
ReplacedElement |
ITextReplacedElementFactory.createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
?????? | ????? |
---|---|
ReplacedElement |
BlockBox.getReplacedElement() |
?????? | ????? |
---|---|
void |
BlockBox.setReplacedElement(ReplacedElement replacedElement) |
?????? | ???? |
---|---|
class |
EmptyReplacedElement |
class |
ImageReplacedElement
An ImageReplacedElement is a
ReplacedElement that contains a Image . |
class |
SwingReplacedElement |
?????? | ????? |
---|---|
ReplacedElement |
SwingReplacedElementFactory.createReplacedElement(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
NOTE: Only block equivalent elements can be replaced.
|
?????? | ????? |
---|---|
ReplacedElement |
DelegatingReplacedElementFactory.createReplacedElement(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
ReplacedElement |
SwingImageReplacer.replace(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
abstract ReplacedElement |
ElementReplacer.replace(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |