Overview

 
Package  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.emf.edit.provider
Class ComposedImage

java.lang.Object
  extended byorg.eclipse.emf.edit.provider.ComposedImage

Direct Known Subclasses:
GenBaseItemProvider.UnderlayedImage


public class ComposedImage
extends Object

This implements a wrapper that can be used to specify how a composed image should look.


Nested Class Summary
static class ComposedImage.Point
           
static class ComposedImage.Size
           
 
Field Summary
protected  List images
           
protected  List imageSizes
           
 
Constructor Summary
ComposedImage(Collection images)
          This creates an empty instance.
 
Method Summary
 boolean equals(Object that)
           
 List getDrawPoints(ComposedImage.Size size)
           
 List getImages()
           
 ComposedImage.Size getSize(Collection imageSizes)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

 

Field Detail

 

 

images

protected List images


 

 

imageSizes

protected List imageSizes

Constructor Detail

 

 

ComposedImage

public ComposedImage(Collection images)

This creates an empty instance.

Method Detail

 

 

equals

public boolean equals(Object that)


 

 

hashCode

public int hashCode()


 

 

getImages

public List getImages()


 

 

getSize

public ComposedImage.Size getSize(Collection imageSizes)


 

 

getDrawPoints

public List getDrawPoints(ComposedImage.Size size)


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD