public class LayoutImplIE8 extends LayoutImpl
LayoutImpl
, it converts
all values to pixels before setting them. This is necessary because this
browser incorrectly calculates the relative sizes and positions of CSS
properties specified in certain units (e.g., when the value of an 'em' is
non-integral in pixels).relativeRuler
Constructor and Description |
---|
LayoutImplIE8() |
Modifier and Type | Method and Description |
---|---|
void |
layout(Layout.Layer layer) |
void |
onDetach(Element parent) |
attachChild, createRuler, fillParent, finalizeLayout, getUnitSizeInPixels, initParent, onAttach, removeChild
public void layout(Layout.Layer layer)
layout
in class LayoutImpl
public void onDetach(Element parent)
onDetach
in class LayoutImpl