Interface ImageContent
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImageContentImpl
The Interface ImageContent.
-
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.
-
Method Details
-
getPath
String getPath()Gets the path.- Returns:
- the path
-
setPath
Sets the path.- Parameters:
path- the new path
-
getPos
Position getPos()PositionGets the pos.- Returns:
- the pos
- See Also:
-
setPos
PositionSets the pos.- Parameters:
pos- the new pos- See Also:
-
getTransform
Transform getTransform()TransformGets the transform.- Returns:
- the transform
- See Also:
-
setTransform
TransformSets the transform.- Parameters:
transform- the new transform- See Also:
-
setClippings
ClippingsSets the clippings.- Parameters:
clippings- the new clippings- See Also:
-
getClippings
Clippings getClippings()ClippingsGets the clippings.- Returns:
- the clippings
- See Also:
-
setRelativePath
Sets the relative path.- Parameters:
relativePath- the new relative path
-
getRelativePath
String getRelativePath()Gets the relative path.- Returns:
- the relative path
-
setEmbeddedFormat
Sets the embedded format.- Parameters:
embeddedFormat- the new embedded format
-
getEmbeddedFormat
String getEmbeddedFormat()Gets the embedded format.- Returns:
- the embedded format
-
setEmbedded
Sets the embedded.- Parameters:
embedded- the new embedded
-
getEmbedded
String getEmbedded()Gets the embedded.- Returns:
- the embedded
-