|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.layouting.renderer.model.RenderNodeState
public class RenderNodeState
Creation-Date: 01.07.2006, 14:38:13
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()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final RenderNodeState UNCLEAN
public static final RenderNodeState PENDING
public static final RenderNodeState LAYOUTING
public static final RenderNodeState FINISHED
Method Detail |
---|
public int getWeight()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |