| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.edit.provider.ComposedImage
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 |
protected List images
protected List imageSizes
Constructor Detail |
public ComposedImage(Collection images)
Method Detail |
public boolean equals(Object that)
public int hashCode()
public List getImages()
public ComposedImage.Size getSize(Collection imageSizes)
public List getDrawPoints(ComposedImage.Size size)
|
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 |