443444445446447448449
/** * @deprecated Replaced by {@link #getLineBox()} */ public JRBox getBox() { return new LineBoxWrapper(getLineBox()); }
75767778798081
439440441442443444445