|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FloatingBounds | |
---|---|
org.lobobrowser.html.renderer | Contains the renderer infrastructure. |
Uses of FloatingBounds in org.lobobrowser.html.renderer |
---|
Classes in org.lobobrowser.html.renderer that implement FloatingBounds | |
---|---|
class |
FloatingViewportBounds
|
class |
OffsetFloatingBounds
|
Methods in org.lobobrowser.html.renderer with parameters of type FloatingBounds | |
---|---|
void |
RBlock.doLayout(int availWidth,
int availHeight,
boolean expandWidth,
boolean expandHeight,
FloatingBounds floatBounds,
int tentativeY,
int defaultOverflow)
Lays out and sets dimensions only if RBlock is invalid (or never before layed out), if the parameters passed differ from the last layout, or if the current font differs from the font for the last layout. |
void |
RBlock.layout(int availWidth,
int availHeight,
boolean expandWidth,
boolean expandHeight,
FloatingBounds floatBounds,
int tentativeY)
|
void |
RBlock.layout(int availWidth,
int availHeight,
boolean expandWidth,
boolean expandHeight,
FloatingBounds floatBounds,
int tentativeY,
int defaultOverflow)
|
void |
RBlockViewport.layout(int desiredWidth,
int desiredHeight,
java.awt.Insets paddingInsets,
NodeImpl rootNode,
int yLimit,
FloatingBounds floatBounds)
Builds the layout/renderer tree from scratch. |
Constructors in org.lobobrowser.html.renderer with parameters of type FloatingBounds | |
---|---|
FloatingViewportBounds(FloatingBounds prevBounds,
int alignment,
int y,
int width,
int height)
|
|
OffsetFloatingBounds(FloatingBounds ancestorFloatingBounds,
RBlockViewport ancestor,
java.awt.Insets ancestorPadding,
RBlockViewport target,
java.awt.Insets targetPadding)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |