org.jfree.layouting.normalizer.content
Class ContentNormalizer.ContentNormalizerState
java.lang.Object
org.jfree.layouting.normalizer.content.ContentNormalizer.ContentNormalizerState
- ContentNormalizer
- Serializable, State
protected static class ContentNormalizer.ContentNormalizerState
extends java.lang.Object
ContentNormalizerState
protected ContentNormalizerState()
getModelBuilderState
public State getModelBuilderState()
getNextId
public long getNextId()
getRecordingContentNormalizerState
public State getRecordingContentNormalizerState()
restore
public StatefullComponent restore(LayoutProcess layoutProcess)
throws StateException
Creates a restored instance of the saved component.
By using this factory-like approach, we gain independence from having to
know the actual implementation. This makes things a lot easier.
- restore in interface State
layoutProcess
- the layout process that controls it all
setCurrentElement
public void setCurrentElement(LayoutElement currentElement)
setCurrentSilbling
public void setCurrentSilbling(LayoutElement currentSilbling)
setModelBuilderState
public void setModelBuilderState(State modelBuilderState)
setNextId
public void setNextId(long nextId)
setRecordingContentNormalizerState
public void setRecordingContentNormalizerState(State recordingContentNormalizerState)