Package org.jfree.layouting.renderer
Class ContentStore
- java.lang.Object
-
- org.jfree.layouting.renderer.AbstractStore
-
- org.jfree.layouting.renderer.ContentStore
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class ContentStore extends AbstractStore
For the first throw, the content ramins very simple. We support the 4 modes: start - the initial content is used. first - the first value set in this page is used (else the initial content) last - the last value is used. last-except - the last value is used on the next page. (Contrary to the specification, we fall back to the start-value instead of using an empty value).- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(java.lang.String name, RenderNode[] value)
RenderNode[]
get(java.lang.String name)
RenderNode[]
get(java.lang.String name, CSSValue pagePolicy)
-
Methods inherited from class org.jfree.layouting.renderer.AbstractStore
addInternal, clone, derive, getFirstInternal, getInitialInternal, getLastInternal
-
-
-
-
Method Detail
-
add
public void add(java.lang.String name, RenderNode[] value)
-
get
public RenderNode[] get(java.lang.String name)
-
get
public RenderNode[] get(java.lang.String name, CSSValue pagePolicy)
-
-