|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Image in edu.uci.ics.jung.visualization.decorators |
|---|
| Fields in edu.uci.ics.jung.visualization.decorators with type parameters of type Image | |
|---|---|
protected Map<V,Image> |
VertexImageShapeTransformer.imageMap
|
protected Map<V,Image> |
DefaultVertexImageTransformer.imageMap
icon storage |
protected Map<Image,Shape> |
VertexImageShapeTransformer.shapeMap
|
| Methods in edu.uci.ics.jung.visualization.decorators that return Image | |
|---|---|
Image |
DefaultVertexImageTransformer.transform(V v)
Returns the Icon associated with v. |
| Methods in edu.uci.ics.jung.visualization.decorators that return types with arguments of type Image | |
|---|---|
Map<V,Image> |
VertexImageShapeTransformer.getImageMap()
|
Map<V,Image> |
DefaultVertexImageTransformer.getImageMap()
Returns the icon storage as a Map. |
Map<Image,Shape> |
VertexImageShapeTransformer.getShapeMap()
|
| Method parameters in edu.uci.ics.jung.visualization.decorators with type arguments of type Image | |
|---|---|
void |
VertexImageShapeTransformer.setImageMap(Map<V,Image> imageMap)
|
void |
DefaultVertexImageTransformer.setImageMap(Map<V,Image> imageMap)
Sets the icon storage to the specified Map. |
void |
VertexImageShapeTransformer.setShapeMap(Map<Image,Shape> shapeMap)
|
| Uses of Image in edu.uci.ics.jung.visualization.graphics |
|---|
| Subclasses of Image in edu.uci.ics.jung.visualization.graphics | |
|---|---|
class |
LayeredImage
An icon that is made up of a collection of Icons. |
| Methods in edu.uci.ics.jung.visualization.graphics that return Image | |
|---|---|
Image |
GraphicsWrapper.createImage(int width,
int height)
|
Image |
GraphicsContext.createImage(int width,
int height)
|
Image |
LayeredImage.getBaseImage()
|
Image |
Label.getImage()
|
Image |
LayeredImage.getScaledInstance(int width,
int height,
int hints)
|
abstract Image |
Image.getScaledInstance(int width,
int height,
int hints)
Creates a scaled version of this image. |
| Methods in edu.uci.ics.jung.visualization.graphics with parameters of type Image | |
|---|---|
void |
LayeredImage.add(Image image)
|
boolean |
IGraphics.drawImage(Image img,
AffineTransform xform)
|
void |
GraphicsWrapper.drawImage(Image img,
AffineTransform xform)
|
void |
GraphicsContext.drawImage(Image img,
AffineTransform xform)
|
boolean |
IGraphics.drawImage(Image img,
int x,
int y)
|
void |
GraphicsWrapper.drawImage(Image img,
int x,
int y)
|
void |
GraphicsContext.drawImage(Image img,
int x,
int y)
|
boolean |
LayeredImage.remove(Image image)
|
void |
Label.setImage(Image img)
|
| Constructors in edu.uci.ics.jung.visualization.graphics with parameters of type Image | |
|---|---|
LayeredImage(Image image)
|
|
| Uses of Image in edu.uci.ics.jung.visualization.swt.decorators |
|---|
| Fields in edu.uci.ics.jung.visualization.swt.decorators with type parameters of type Image | |
|---|---|
protected Map<V,Image> |
VertexImageShapeTransformer.iconMap
|
protected Map<Image,Shape> |
VertexImageShapeTransformer.shapeMap
|
| Methods in edu.uci.ics.jung.visualization.swt.decorators that return types with arguments of type Image | |
|---|---|
Map<V,Image> |
VertexImageShapeTransformer.getIconMap()
|
Map<Image,Shape> |
VertexImageShapeTransformer.getShapeMap()
|
| Method parameters in edu.uci.ics.jung.visualization.swt.decorators with type arguments of type Image | |
|---|---|
void |
VertexImageShapeTransformer.setIconMap(Map<V,Image> iconMap)
|
void |
VertexImageShapeTransformer.setShapeMap(Map<Image,Shape> shapeMap)
|
| Uses of Image in edu.uci.ics.jung.visualization.swt.graphics |
|---|
| Subclasses of Image in edu.uci.ics.jung.visualization.swt.graphics | |
|---|---|
class |
SWTImageImpl
|
| Methods in edu.uci.ics.jung.visualization.swt.graphics that return Image | |
|---|---|
Image |
GCGraphicsContext.createImage(int width,
int height)
|
Image |
SWTLabelImpl.getImage()
|
Image |
SWTImageImpl.getScaledInstance(int width,
int height,
int hints)
|
| Methods in edu.uci.ics.jung.visualization.swt.graphics with parameters of type Image | |
|---|---|
void |
GCGraphicsContext.drawImage(Image img,
AffineTransform xform)
|
void |
GCGraphicsContext.drawImage(Image img,
int x,
int y)
|
void |
SWTLabelImpl.setImage(Image image)
|
| Uses of Image in samples.graph |
|---|
| Methods in samples.graph that return Image | |
|---|---|
Image |
SWTVertexImageShaperDemo.DemoVertexImageTransformer.transform(V v)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||