org.jfree.layouting.normalizer.content
protected static class ContentNormalizer.ContentNormalizerState extends java.lang.Object implements State
Modifier | Constructor and Description |
---|---|
protected |
ContentNormalizer.ContentNormalizerState() |
Modifier and Type | Method and Description |
---|---|
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) |
protected ContentNormalizer.ContentNormalizerState()
public State getRecordingContentNormalizerState()
public void setRecordingContentNormalizerState(State recordingContentNormalizerState)
public State getModelBuilderState()
public void setModelBuilderState(State modelBuilderState)
public LayoutElement getCurrentElement()
public void setCurrentElement(LayoutElement currentElement)
public LayoutElement getCurrentSilbling()
public void setCurrentSilbling(LayoutElement currentSilbling)
public long getNextId()
public void setNextId(long nextId)
public StatefullComponent restore(LayoutProcess layoutProcess) throws StateException
restore
in interface State
layoutProcess
- the layout process that controls it allStateException