| java.lang.Object com.javujavu.javux.wings.text.LayoutContext
LayoutContext | public class LayoutContext (Code) | | A class used to layout text elements in WingTextPane
This class is not thread safe
synchronization is provided by WingTextPane
|
Constructor Summary | |
public | LayoutContext(int prefWidth, int dx, int dy, int alignment, boolean fixed, int wrap, boolean revalidate) |
alignment | public int alignment(Code) | | |
fixed | public boolean fixed(Code) | | |
prefWidth | public int prefWidth(Code) | | |
realHeight | public int realHeight(Code) | | |
realWidth | public int realWidth(Code) | | |
revalidate | public boolean revalidate(Code) | | |
width | protected int width(Code) | | |
LayoutContext | public LayoutContext(int prefWidth, int dx, int dy, int alignment, boolean fixed, int wrap, boolean revalidate)(Code) | | |
endRow | public void endRow()(Code) | | |
|
|