Class InlineImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.InlineImpl
- All Implemented Interfaces:
Inline,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetAbove()Gets the above.getAlign()Gets the align.doubleGets the anchor offset X.doubleGets the anchor offset Y.Gets the anchor reference.Gets the anchor relative X.Gets the anchor relative Y.doublegetBelow()Gets the below.intgetKeep()Gets the keep.intgetLock()Gets the lock.Gets the object reference.intgetSpine()Gets the spine.getType()Gets the type.voidsetAbove(double above) Sets the above.voidSets the align.voidsetAnchorOffsetX(double anchorOffsetX) Sets the anchor offset X.voidsetAnchorOffsetY(double anchorOffsetY) Sets the anchor offset Y.voidsetAnchorReference(String anchorReference) Sets the anchor reference.voidsetAnchorRelativeX(String anchorRelativeX) Sets the anchor relative X.voidsetAnchorRelativeY(String anchorRelativeY) Sets the anchor relative Y.voidsetBelow(double below) Sets the below.voidsetKeep(int keep) Sets the keep.voidsetLock(int lock) Sets the lock.voidsetObjectReference(String objectReference) Sets the object reference.voidsetSpine(int spine) Sets the spine.voidSets the type.
-
Constructor Details
-
InlineImpl
public InlineImpl()
-
-
Method Details
-
getType
Description copied from interface:InlineGets the type. -
setType
Description copied from interface:InlineSets the type. -
getSpine
public int getSpine()Description copied from interface:InlineGets the spine. -
setSpine
public void setSpine(int spine) Description copied from interface:InlineSets the spine. -
getObjectReference
Description copied from interface:InlineGets the object reference.- Specified by:
getObjectReferencein interfaceInline- Returns:
- the objectReference
-
setObjectReference
Description copied from interface:InlineSets the object reference.- Specified by:
setObjectReferencein interfaceInline- Parameters:
objectReference- the objectReference to set
-
getAnchorReference
Description copied from interface:InlineGets the anchor reference.- Specified by:
getAnchorReferencein interfaceInline- Returns:
- the anchorReference
-
setAnchorReference
Description copied from interface:InlineSets the anchor reference.- Specified by:
setAnchorReferencein interfaceInline- Parameters:
anchorReference- the anchorReference to set
-
getAnchorRelativeX
Description copied from interface:InlineGets the anchor relative X.- Specified by:
getAnchorRelativeXin interfaceInline- Returns:
- the anchorRelativeX
-
setAnchorRelativeX
Description copied from interface:InlineSets the anchor relative X.- Specified by:
setAnchorRelativeXin interfaceInline- Parameters:
anchorRelativeX- the anchorRelativeX to set
-
getAnchorOffsetX
public double getAnchorOffsetX()Description copied from interface:InlineGets the anchor offset X.- Specified by:
getAnchorOffsetXin interfaceInline- Returns:
- the anchorOffsetX
-
setAnchorOffsetX
public void setAnchorOffsetX(double anchorOffsetX) Description copied from interface:InlineSets the anchor offset X.- Specified by:
setAnchorOffsetXin interfaceInline- Parameters:
anchorOffsetX- the anchorOffsetX to set
-
getAnchorRelativeY
Description copied from interface:InlineGets the anchor relative Y.- Specified by:
getAnchorRelativeYin interfaceInline- Returns:
- the anchorRelativeY
-
setAnchorRelativeY
Description copied from interface:InlineSets the anchor relative Y.- Specified by:
setAnchorRelativeYin interfaceInline- Parameters:
anchorRelativeY- the anchorRelativeY to set
-
getAnchorOffsetY
public double getAnchorOffsetY()Description copied from interface:InlineGets the anchor offset Y.- Specified by:
getAnchorOffsetYin interfaceInline- Returns:
- the anchorOffsetY
-
setAnchorOffsetY
public void setAnchorOffsetY(double anchorOffsetY) Description copied from interface:InlineSets the anchor offset Y.- Specified by:
setAnchorOffsetYin interfaceInline- Parameters:
anchorOffsetY- the anchorOffsetY to set
-
getKeep
public int getKeep()Description copied from interface:InlineGets the keep. -
setKeep
public void setKeep(int keep) Description copied from interface:InlineSets the keep. -
getLock
public int getLock()Description copied from interface:InlineGets the lock. -
setLock
public void setLock(int lock) Description copied from interface:InlineSets the lock. -
getAlign
Description copied from interface:InlineGets the align. -
setAlign
Description copied from interface:InlineSets the align. -
getAbove
public double getAbove()Description copied from interface:InlineGets the above. -
setAbove
public void setAbove(double above) Description copied from interface:InlineSets the above. -
getBelow
public double getBelow()Description copied from interface:InlineGets the below. -
setBelow
public void setBelow(double below) Description copied from interface:InlineSets the below.
-