Class ImageContentImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.ImageContentImpl
- All Implemented Interfaces:
ImageContent,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClippingsGets the clippings.Gets the embedded.Gets the embedded format.getPath()Gets the path.getPos()PositionGets the pos.Gets the relative path.TransformGets the transform.voidsetClippings(Clippings clippings) ClippingsSets the clippings.voidsetEmbedded(String embedded) Sets the embedded.voidsetEmbeddedFormat(String embeddedFormat) Sets the embedded format.voidSets the path.voidPositionSets the pos.voidsetRelativePath(String relativePath) Sets the relative path.voidsetTransform(Transform transform) TransformSets the transform.
-
Constructor Details
-
ImageContentImpl
public ImageContentImpl()
-
-
Method Details
-
getPath
Description copied from interface:ImageContentGets the path.- Specified by:
getPathin interfaceImageContent- Returns:
- the path
-
setPath
Description copied from interface:ImageContentSets the path.- Specified by:
setPathin interfaceImageContent- Parameters:
path- the new path
-
getPos
Description copied from interface:ImageContentPositionGets the pos.- Specified by:
getPosin interfaceImageContent- Returns:
- the pos
- See Also:
-
setPos
Description copied from interface:ImageContentPositionSets the pos.- Specified by:
setPosin interfaceImageContent- Parameters:
pos- the new pos- See Also:
-
getTransform
Description copied from interface:ImageContentTransformGets the transform.- Specified by:
getTransformin interfaceImageContent- Returns:
- the transform
- See Also:
-
setTransform
Description copied from interface:ImageContentTransformSets the transform.- Specified by:
setTransformin interfaceImageContent- Parameters:
transform- the new transform- See Also:
-
getClippings
Description copied from interface:ImageContentClippingsGets the clippings.- Specified by:
getClippingsin interfaceImageContent- Returns:
- the clippings
- See Also:
-
setClippings
Description copied from interface:ImageContentClippingsSets the clippings.- Specified by:
setClippingsin interfaceImageContent- Parameters:
clippings- the clippings to set- See Also:
-
getEmbedded
Description copied from interface:ImageContentGets the embedded.- Specified by:
getEmbeddedin interfaceImageContent- Returns:
- the embedded
-
setEmbedded
Description copied from interface:ImageContentSets the embedded.- Specified by:
setEmbeddedin interfaceImageContent- Parameters:
embedded- the embedded to set
-
getEmbeddedFormat
Description copied from interface:ImageContentGets the embedded format.- Specified by:
getEmbeddedFormatin interfaceImageContent- Returns:
- the embeddedFormat
-
setEmbeddedFormat
Description copied from interface:ImageContentSets the embedded format.- Specified by:
setEmbeddedFormatin interfaceImageContent- Parameters:
embeddedFormat- the embeddedFormat to set
-
getRelativePath
Description copied from interface:ImageContentGets the relative path.- Specified by:
getRelativePathin interfaceImageContent- Returns:
- the relativePath
-
setRelativePath
Description copied from interface:ImageContentSets the relative path.- Specified by:
setRelativePathin interfaceImageContent- Parameters:
relativePath- the relativePath to set
-