Class ParagraphImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.base.DocumentElementImpl
-
- com.priint.pubserver.metadata.xml.element.ParagraphImpl
-
- All Implemented Interfaces:
DocumentElement,Paragraph,java.io.Serializable
public class ParagraphImpl extends DocumentElementImpl implements Paragraph
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParagraphImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AreagetArea()AreaGets the area.BBoxgetBbox()BBoxGets the bbox.java.util.List<Content>getContent()ContentGets the content list.intgetSequence()Gets the sequence.voidsetArea(Area area)AreaSets the area.voidsetBbox(BBox bbox)BBoxSets the bbox.voidsetContent(java.util.List<Content> content)ContentSets the content.voidsetSequence(int sequence)Sets the sequence.-
Methods inherited from class com.priint.pubserver.metadata.xml.base.DocumentElementImpl
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelative
-
-
-
-
Method Detail
-
getSequence
public int getSequence()
Description copied from interface:ParagraphGets the sequence.- Specified by:
getSequencein interfaceParagraph- Returns:
- the sequence
-
setSequence
public void setSequence(int sequence)
Description copied from interface:ParagraphSets the sequence.- Specified by:
setSequencein interfaceParagraph- Parameters:
sequence- the new sequence
-
setBbox
public void setBbox(BBox bbox)
Description copied from interface:ParagraphBBoxSets the bbox.
-
setArea
public void setArea(Area area)
Description copied from interface:ParagraphAreaSets the area.
-
getContent
public java.util.List<Content> getContent()
Description copied from interface:ParagraphContentGets the content list.- Specified by:
getContentin interfaceParagraph- Returns:
- the content list
- See Also:
Content
-
-