org.jfree.layouting.normalizer.content
protected static class ContentNormalizer.ContentNormalizerState extends Object implements State
Constructor Summary | |
---|---|
protected | ContentNormalizerState() |
Method Summary | |
---|---|
LayoutElement | getCurrentElement() |
LayoutElement | getCurrentSilbling() |
State | getModelBuilderState() |
long | getNextId() |
State | getRecordingContentNormalizerState() |
StatefullComponent | restore(LayoutProcess layoutProcess)
Creates a restored instance of the saved component.
|
void | setCurrentElement(LayoutElement currentElement) |
void | setCurrentSilbling(LayoutElement currentSilbling) |
void | setModelBuilderState(State modelBuilderState) |
void | setNextId(long nextId) |
void | setRecordingContentNormalizerState(State recordingContentNormalizerState) |
Parameters: layoutProcess the layout process that controls it all
Returns: the saved state
Throws: StateException