Interface ImageContent
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ImageContentImpl
public interface ImageContent extends java.io.SerializableThe Interface ImageContent.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-