|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.layouting.layouter.content.computed.ComputedToken
org.jfree.layouting.layouter.content.computed.PendingToken
public class PendingToken
The pending function. This is a lookup to the current pending context. If the pending context is empty, the element is not displayed (as if it had been declared 'display: none'. The elements get removed from the normal flow and get added to the pending flow. Due to the highly volatile nature of that step, no - I repeat - no validation is done to normalize inline and block elements.
Constructor Summary | |
---|---|
PendingToken(java.lang.String key)
|
Method Summary | |
---|---|
java.lang.String |
getKey()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PendingToken(java.lang.String key)
Method Detail |
---|
public java.lang.String getKey()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |