| Package | Description |
|---|---|
| at.mug.iqm.api.gui | |
| at.mug.iqm.api.model | |
| at.mug.iqm.commons.util.image |
| Modifier and Type | Field and Description |
|---|---|
private Thumbnail |
ImageNavigatorPanel.thumbnail
The thumbnail to be displayed.
|
| Modifier and Type | Method and Description |
|---|---|
Thumbnail |
IThumbnailSupport.createManagerThumbnail() |
Thumbnail |
IThumbnailSupport.createTankThumbnail() |
Thumbnail |
IThumbnailSupport.getManagerThumbnail() |
Thumbnail |
IThumbnailSupport.getTankThumbnail() |
Thumbnail |
IThumbnailSupport.getThumbnail() |
| Modifier and Type | Method and Description |
|---|---|
void |
IThumbnailSupport.setManagerThumbnail(Thumbnail managerThumbnail) |
void |
IThumbnailSupport.setTankThumbnail(Thumbnail tankThumbnail) |
void |
IThumbnailSupport.setThumbnail(Thumbnail thumbnail) |
| Modifier and Type | Field and Description |
|---|---|
protected Thumbnail |
IqmDataBox.managerThumbnail
A cached fixed sized (40x40) manager thumb nail of the item's content.
|
protected Thumbnail |
IqmDataBox.tankThumbnail
A cached custom sized (40x40) tank thumb nail of the item's content.
|
protected Thumbnail |
IqmDataBox.thumbnail
A cached custom sized thumb nail of the item's content.
|
| Modifier and Type | Method and Description |
|---|---|
Thumbnail |
IqmDataBox.createManagerThumbnail()
|
Thumbnail |
IqmDataBox.createTankThumbnail()
|
Thumbnail |
IqmDataBox.getManagerThumbnail()
|
Thumbnail |
IqmDataBox.getTankThumbnail()
|
Thumbnail |
IqmDataBox.getThumbnail()
Gets the thumbnail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IqmDataBox.setManagerThumbnail(Thumbnail managerThumbnail)
|
void |
IqmDataBox.setTankThumbnail(Thumbnail tankThumbnail)
|
void |
IqmDataBox.setThumbnail(Thumbnail thumbnail)
Set the thumbnail.
|
| Modifier and Type | Method and Description |
|---|---|
Thumbnail |
Thumbnail.clone() |
static Thumbnail |
ImageTools.createManagerThumb(javax.media.jai.PlanarImage pi)
Generate a 40-by-40 pixel thumb nail of a given image.
|
static Thumbnail |
ImageTools.createTankThumb(javax.media.jai.PlanarImage pi)
Generate a 60-by-60 pixel thumb nail of a given image for the Tank list.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.