Package org.eclipse.emf.cdo.ui
Class OverlayImage
java.lang.Object
org.eclipse.emf.edit.provider.ComposedImage
org.eclipse.emf.cdo.ui.OverlayImage
- Since:
- 4.4
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.edit.provider.ComposedImage
ComposedImage.Point, ComposedImage.Size
-
Field Summary
Fields inherited from class org.eclipse.emf.edit.provider.ComposedImage
images, imageSizes
-
Constructor Summary
ConstructorDescriptionOverlayImage
(Object image, Object overlayImage, int x, int y) Overlays the givenimage
with the givenoverlayImage
at the given position (relative to the top-left corner of the image). -
Method Summary
Methods inherited from class org.eclipse.emf.edit.provider.ComposedImage
equals, getImages, getSize, hashCode
-
Constructor Details
-
OverlayImage
Overlays the givenimage
with the givenoverlayImage
at the given position (relative to the top-left corner of the image).
-
-
Method Details
-
getX
public int getX()- Since:
- 4.17
-
getY
public int getY()- Since:
- 4.17
-
getDrawPoints
- Overrides:
getDrawPoints
in classComposedImage
-
compose
- Since:
- 4.17
-