Interface ImageContent
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImageContentImpl
The Interface ImageContent.
-
Method Summary
-
Method Details
-
getPath
String getPath()Gets the path.- Returns:
- the path
-
setPath
Sets the path.- Parameters:
path- the new path
-
getPos
Position getPos()Gets the pos.- Returns:
- the pos
- See Also:
-
setPos
Sets the pos.- Parameters:
pos- the new pos- See Also:
-
getTransform
Transform getTransform()Gets the transform.- Returns:
- the transform
- See Also:
-
setTransform
Sets the transform.- Parameters:
transform- the new transform- See Also:
-