|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReplacedElement | |
|---|---|
| org.xhtmlrenderer.extend | |
| org.xhtmlrenderer.render | |
| org.xhtmlrenderer.simple.extend | |
| org.xhtmlrenderer.swing | |
| org.xhtmlrenderer.test | |
| Uses of ReplacedElement in org.xhtmlrenderer.extend |
|---|
| Methods in org.xhtmlrenderer.extend that return ReplacedElement | |
|---|---|
ReplacedElement |
ReplacedElementFactory.createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
NOTE: Only block equivalent elements can be replaced. |
| Uses of ReplacedElement in org.xhtmlrenderer.render |
|---|
| Methods in org.xhtmlrenderer.render that return ReplacedElement | |
|---|---|
ReplacedElement |
BlockBox.getReplacedElement()
|
| Methods in org.xhtmlrenderer.render with parameters of type ReplacedElement | |
|---|---|
void |
BlockBox.setReplacedElement(ReplacedElement replacedElement)
|
| Uses of ReplacedElement in org.xhtmlrenderer.simple.extend |
|---|
| Methods in org.xhtmlrenderer.simple.extend that return ReplacedElement | |
|---|---|
ReplacedElement |
NoReplacedElementFactory.createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
|
| Uses of ReplacedElement in org.xhtmlrenderer.swing |
|---|
| Classes in org.xhtmlrenderer.swing that implement ReplacedElement | |
|---|---|
class |
DeferredImageReplacedElement
An DeferredImageReplacedElement is a ReplacedElement that contains a Image
which by default is simply a transparent image scaled to the size provided to the constructor. |
class |
EmptyReplacedElement
|
class |
ImageReplacedElement
An ImageReplacedElement is a ReplacedElement that contains a Image. |
class |
SwingReplacedElement
|
| Methods in org.xhtmlrenderer.swing that return ReplacedElement | |
|---|---|
ReplacedElement |
SwingReplacedElementFactory.createReplacedElement(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
NOTE: Only block equivalent elements can be replaced. |
protected ReplacedElement |
SwingReplacedElementFactory.lookupImageReplacedElement(Element e,
String uri)
Retrieves a ReplacedElement for an image from cache, or null if not found. |
protected ReplacedElement |
SwingReplacedElementFactory.newIrreplaceableImageElement(int cssWidth,
int cssHeight)
Returns a ReplacedElement for some element in the stream which should be replaceable, but is not. |
protected ReplacedElement |
SwingReplacedElementFactory.replaceImage(UserAgentCallback uac,
LayoutContext context,
Element elem,
int cssWidth,
int cssHeight)
Handles replacement of image elements in the document. |
| Methods in org.xhtmlrenderer.swing with parameters of type ReplacedElement | |
|---|---|
protected void |
SwingReplacedElementFactory.storeImageReplacedElement(Element e,
ReplacedElement cc,
String uri,
int cssWidth,
int cssHeight)
Adds a ReplacedElement containing an image to a cache of images for quick lookup. |
| Uses of ReplacedElement in org.xhtmlrenderer.test |
|---|
| Methods in org.xhtmlrenderer.test that return ReplacedElement | |
|---|---|
ReplacedElement |
DelegatingReplacedElementFactory.createReplacedElement(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
|
protected ReplacedElement |
SwingImageReplacer.lookupImageReplacedElement(Element e)
Retrieves a ReplacedElement for an image from cache, or null if not found. |
protected ReplacedElement |
SwingImageReplacer.newIrreplaceableImageElement(int cssWidth,
int cssHeight)
Returns a ReplacedElement for some element in the stream which should be replaceable, but is not. |
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)
|
protected ReplacedElement |
SwingImageReplacer.replaceImage(UserAgentCallback uac,
LayoutContext context,
Element elem,
int cssWidth,
int cssHeight)
Handles replacement of image elements in the document. |
| Methods in org.xhtmlrenderer.test with parameters of type ReplacedElement | |
|---|---|
protected void |
SwingImageReplacer.storeImageReplacedElement(Element e,
ReplacedElement cc)
Adds a ReplacedElement containing an image to a cache of images for quick lookup. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||