public abstract class Sb_AbstractPictureGridObject extends Object implements de.cismet.connectioncontext.ConnectionContextProvider
| Constructor and Description |
|---|
Sb_AbstractPictureGridObject(de.cismet.connectioncontext.ConnectionContext connectionContext)
Creates a new Sb_AbstractPictureGridObject object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearLastShownImage()
DOCUMENT ME!
|
de.cismet.connectioncontext.ConnectionContext |
getConnectionContext() |
protected abstract int |
getDownloadPrority()
DOCUMENT ME!
|
Image |
getImage(int cellDimension,
boolean invert)
Get a scaled image for a Stadtbild.
|
protected abstract StadtbilderUtils.StadtbildInfo |
getStadtbildInfo()
DOCUMENT ME!
|
protected abstract de.cismet.cids.dynamics.CidsBean |
getStadtbildserie()
DOCUMENT ME!
|
boolean |
isPreview()
DOCUMENT ME!
|
protected abstract boolean |
isPreviewAllowed()
Returns a boolean, if true the preview images can be shown.
|
protected abstract void |
notifyModel()
DOCUMENT ME!
|
void |
retrieveFutureImage(Future<Image> futureImage,
StadtbilderUtils.StadtbildInfo stadtbildInfo)
DOCUMENT ME!
|
protected void |
setPreview(boolean preview)
DOCUMENT ME!
|
public Sb_AbstractPictureGridObject(de.cismet.connectioncontext.ConnectionContext connectionContext)
connectionContext - DOCUMENT ME!public final de.cismet.connectioncontext.ConnectionContext getConnectionContext()
getConnectionContext in interface de.cismet.connectioncontext.ConnectionContextProviderprotected abstract StadtbilderUtils.StadtbildInfo getStadtbildInfo()
protected abstract int getDownloadPrority()
protected abstract boolean isPreviewAllowed()
protected abstract de.cismet.cids.dynamics.CidsBean getStadtbildserie()
protected abstract void notifyModel()
public Image getImage(int cellDimension, boolean invert)
getBildnummer().
If the image has to be loaded, a Placeholder image will be returned. If something went wrong, e.g. while loading
the image, null will be returned.cellDimension - DOCUMENT ME!invert - DOCUMENT ME!protected void setPreview(boolean preview)
preview - DOCUMENT ME!public boolean isPreview()
public void retrieveFutureImage(Future<Image> futureImage, StadtbilderUtils.StadtbildInfo stadtbildInfo)
futureImage - DOCUMENT ME!stadtbildInfo - DOCUMENT ME!public void clearLastShownImage()
Copyright © 2012–2025 cismet GmbH. All rights reserved.