Class ImageContentImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.placeholder.ImageContentImpl
-
- All Implemented Interfaces:
ImageContent,java.io.Serializable
public class ImageContentImpl extends java.lang.Object implements java.io.Serializable, ImageContent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageContentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPath()Gets the path.PositiongetPos()Gets the pos.TransformgetTransform()Gets the transform.voidsetPath(java.lang.String path)Sets the path.voidsetPos(Position pos)Sets the pos.voidsetTransform(Transform transform)Sets the transform.
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
Description copied from interface:ImageContentGets the path.- Specified by:
getPathin interfaceImageContent- Returns:
- the path
-
setPath
public void setPath(java.lang.String path)
Description copied from interface:ImageContentSets the path.- Specified by:
setPathin interfaceImageContent- Parameters:
path- the new path
-
getPos
public Position getPos()
Description copied from interface:ImageContentGets the pos.- Specified by:
getPosin interfaceImageContent- Returns:
- the pos
- See Also:
Position
-
setPos
public void setPos(Position pos)
Description copied from interface:ImageContentSets the pos.- Specified by:
setPosin interfaceImageContent- Parameters:
pos- the new pos- See Also:
Position
-
getTransform
public Transform getTransform()
Description copied from interface:ImageContentGets the transform.- Specified by:
getTransformin interfaceImageContent- Returns:
- the transform
- See Also:
Transform
-
setTransform
public void setTransform(Transform transform)
Description copied from interface:ImageContentSets the transform.- Specified by:
setTransformin interfaceImageContent- Parameters:
transform- the new transform- See Also:
Transform
-
-