org.lobobrowser.html.renderer
public class DelayedPair extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
BoundableRenderable |
child |
RenderableContainer |
targetParent |
int |
x |
int |
y |
Constructor and Description |
---|
DelayedPair(RenderableContainer parent,
BoundableRenderable child,
int x,
int y) |
public final RenderableContainer targetParent
public final BoundableRenderable child
public final int x
public final int y
public DelayedPair(RenderableContainer parent, BoundableRenderable child, int x, int y)