return _replacedElement != null;
}
public void calcCanvasLocation() {
if (isFloated()) {
FloatManager manager = _floatedBoxData.getManager();
Point offset = manager.getOffset(this);
setAbsX(manager.getMaster().getAbsX() + getX() - offset.x);
setAbsY(manager.getMaster().getAbsY() + getY() - offset.y);
}
LineBox lineBox = getLineBox();
if (lineBox == null) {
Box parent = getParent();