Package org.eclipse.emf.cdo.ui
Klasse OverlayImage
java.lang.Object
org.eclipse.emf.edit.provider.ComposedImage
org.eclipse.emf.cdo.ui.OverlayImage
Composes
an image by overlaying one image on top of another image.- Seit:
- 4.4
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.edit.provider.ComposedImage
ComposedImage.Point, ComposedImage.Size
-
Feldübersicht
Von Klasse geerbte Felder org.eclipse.emf.edit.provider.ComposedImage
images, imageSizes
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungOverlayImage
(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). -
Methodenübersicht
Von Klasse geerbte Methoden org.eclipse.emf.edit.provider.ComposedImage
equals, getImages, getSize, hashCode
-
Konstruktordetails
-
OverlayImage
Overlays the givenimage
with the givenoverlayImage
at the given position (relative to the top-left corner of the image).
-
-
Methodendetails
-
getX
public int getX()- Seit:
- 4.17
-
getY
public int getY()- Seit:
- 4.17
-
getDrawPoints
- Setzt außer Kraft:
getDrawPoints
in KlasseComposedImage
-
compose
- Seit:
- 4.17
-