org.jfree.layouting.renderer.model
public class RenderNodeState extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
public static final RenderNodeState UNCLEAN
public static final RenderNodeState PENDING
public static final RenderNodeState LAYOUTING
public static final RenderNodeState FINISHED