Package com.iizigo.image
Interface IEditedImageLocation<T>
public interface IEditedImageLocation<T>
Interface for edited image location.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- createToolTip- (Composite parent, T o) Creates the tooltip for the location.Gets the size of the image.- getLocation- (T o) Gets the location.- boolean- setLocation- (T o, int xo, int yo) Sets the location with undo support.
- Method Details- getLocationGets the location.
- setLocationSets the location with undo support.
- createToolTipCreates the tooltip for the location.
- getImageSizeSize getImageSize()Gets the size of the image.