org.jfree.layouting.renderer.model
public class RenderNodeState extends Object
Field Summary | |
---|---|
static RenderNodeState | FINISHED
The box is fully layouted and ready to be painted. |
static RenderNodeState | LAYOUTING
The box has done at least some layouting and has cached some information.
|
static RenderNodeState | PENDING
The node or one of its childs or predecessors has got new childs. |
static RenderNodeState | UNCLEAN
The node is new or has undergone some major structural changes. |
Method Summary | |
---|---|
int | getWeight() |
String | toString() |