Package com.iizigo.image
Interface IEditedImageLocation<T>
-
public interface IEditedImageLocation<T>
Interface for edited image location.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.swt.widgets.Composite
createToolTip(org.eclipse.swt.widgets.Composite parent, T o)
Creates the tooltip for the location.Size
getImageSize()
Gets the size of the image.Position
getLocation(T o)
Gets the location.boolean
setLocation(T o, int xo, int yo)
Sets the location with undo support.
-
-
-
Method Detail
-
setLocation
boolean setLocation(T o, int xo, int yo)
Sets the location with undo support.
-
createToolTip
org.eclipse.swt.widgets.Composite createToolTip(org.eclipse.swt.widgets.Composite parent, T o)
Creates the tooltip for the location.
-
getImageSize
Size getImageSize()
Gets the size of the image.
-
-