org.eclipse.emf.edit.provider
Class ComposedImage
java.lang.Object
org.eclipse.emf.edit.provider.ComposedImage
- Direct Known Subclasses:
- GenBaseItemProvider.UnderlayedImage
- public class ComposedImage
- extends java.lang.Object
This implements a wrapper that can be used to specify how a composed image should look.
Field Summary |
protected java.util.List |
images
|
protected java.util.List |
imageSizes
|
Constructor Summary |
ComposedImage(java.util.Collection images)
This creates an empty instance. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
images
protected java.util.List images
imageSizes
protected java.util.List imageSizes
ComposedImage
public ComposedImage(java.util.Collection images)
- This creates an empty instance.
equals
public boolean equals(java.lang.Object that)
hashCode
public int hashCode()
getImages
public java.util.List getImages()
getSize
public ComposedImage.Size getSize(java.util.Collection imageSizes)
getDrawPoints
public java.util.List getDrawPoints(ComposedImage.Size size)