Class ParagraphImpl
java.lang.Object
com.priint.pubserver.metadata.xml.base.DocumentElementImpl
com.priint.pubserver.metadata.xml.element.ParagraphImpl
- All Implemented Interfaces:
DocumentElement,Paragraph,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArea()AreaGets the area.getBbox()BBoxGets the bbox.ContentGets the content list.intGets the sequence.voidAreaSets the area.voidBBoxSets the bbox.voidsetContent(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
-
Constructor Details
-
ParagraphImpl
public ParagraphImpl()
-
-
Method Details
-
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
-
getBbox
Description copied from interface:ParagraphBBoxGets the bbox. -
setBbox
Description copied from interface:ParagraphBBoxSets the bbox. -
getArea
Description copied from interface:ParagraphAreaGets the area. -
setArea
Description copied from interface:ParagraphAreaSets the area. -
getContent
Description copied from interface:ParagraphContentGets the content list.- Specified by:
getContentin interfaceParagraph- Returns:
- the content list
- See Also:
-
setContent
Description copied from interface:ParagraphContentSets the content.- Specified by:
setContentin interfaceParagraph- Parameters:
content- the new content- See Also:
-