Uses of Class
se.datadosen.jalbum.AlbumBean

Packages that use AlbumBean
se.datadosen.jalbum   
se.datadosen.util   
 

Uses of AlbumBean in se.datadosen.jalbum
 

Fields in se.datadosen.jalbum declared as AlbumBean
protected  AlbumBean AlbumSynchronizer.engine
           
 AlbumBean CompiledScript.engine
           
 AlbumBean JAlbumFrame.engine
           
protected  AlbumBean StandardPageNamer.engine
           
 

Methods in se.datadosen.jalbum that return AlbumBean
 AlbumBean AlbumBean.clone()
          Make a shallow copy of this object Note: It is not guaranteed that all member variables are separate or copied, just simple properties
 AlbumBean JAlbumContext.getEngine()
           
 AlbumBean JAlbumFrame.getEngine()
           
 

Methods in se.datadosen.jalbum with parameters of type AlbumBean
 AccountProfile AccountManager.findCurrentAccount(AlbumBean engine)
           
 UploadBean.PathFinder UploadBean.getPathFinder(AccountProfile account, AlbumBean engine)
          Return utility class that helps resolving (figuring out) paths and URLs to published albums
 void ImageProcessor.processImage(AlbumBean engine, AlbumObject ao, java.io.File outputDir)
           
 void ImageProcessor.processImages(AlbumBean engine, AlbumBean.Counter c, java.io.File dir, java.io.File outputDir, AlbumObject[] objects)
           
 void JAlbumContext.setEngine(AlbumBean aEngine)
           
 void UploadBean.testConnection(AlbumBean engine)
          Test a connection to a remote filesystem Exceptions are thrown if connection could not be established.
 void JAlbumFrame.ui2Engine(AlbumBean engine)
           
 

Constructors in se.datadosen.jalbum with parameters of type AlbumBean
AlbumFileFilter(AlbumBean engine, java.io.File outputDir, java.lang.String ignorePattern)
           
AlbumImage(java.awt.image.BufferedImage image, AlbumBean engine)
           
AlbumImage(java.io.File imageFile, AlbumBean engine)
          Construct an AlbumImage from a File and AlbumBean instance
AlbumImage(java.io.File file, java.awt.image.BufferedImage im, int stage, AlbumBean engine)
          Construct an AlbumImage, also telling what stage an image is in: (1=original, 2=scaled to closeup size for use by closeups and thumbnails, 3=scaled to closeup size for use by closeups only, 4=scaled to closeup size for use by thumbnails, 5=scaled to thumbnail size for use by thumbnails.
AlbumObjectFactory(AlbumBean engine)
           
AlbumSynchronizer(AlbumBean engine)
           
CompiledScript(AlbumBean engine)
          Make subclass call this constructor
JPrivacyDialog(java.awt.Dialog d, AlbumBean engine, AccountProfile account)
           
SEOAlbumObjectFactory(AlbumBean engine)
           
StandardPageNamer(AlbumBean engine)
           
 

Uses of AlbumBean in se.datadosen.util
 

Methods in se.datadosen.util with parameters of type AlbumBean
static java.io.File FileFilters.getIconFor(java.io.File f, AlbumBean engine)
          Get icon for given file.
static java.awt.image.BufferedImage FileFilters.loadImage(java.io.File file, AlbumBean engine)
          Deprecated. Use loadImage(File file) instead.
static void FileFilters.saveJPEG(java.awt.image.BufferedImage img, java.io.File file, AlbumBean engine)
           
static void FileFilters.saveJPEG(java.awt.image.BufferedImage img, java.io.File file, AlbumBean engine, javax.imageio.metadata.IIOMetadata metaData)
           
static byte[] FileFilters.saveJPEG(java.awt.image.BufferedImage img, java.io.File file, AlbumBean engine, javax.imageio.metadata.IIOMetadata metaData, float compressionQuality)
          Save image to JPEG file Since jAlbum 8.9: If null is passed as file, then the JPEG image is returned as a byte array instead