Uses of Class
se.datadosen.jalbum.AlbumBean
Packages that use AlbumBean
-
Uses of AlbumBean in se.datadosen.io
Methods in se.datadosen.io with parameters of type AlbumBeanModifier and TypeMethodDescriptionstatic boolean
boolean
LinkFile.getResolvedLink
(AlbumBean engine) static File
LinkFile.getResolvedTarget
(File f, AlbumBean engine) LinkFile.getResolvedTarget
(AlbumBean engine) -
Uses of AlbumBean in se.datadosen.jalbum
Fields in se.datadosen.jalbum declared as AlbumBeanModifier and TypeFieldDescriptionprotected AlbumBean
AlbumSynchronizer.engine
protected final AlbumBean
ChainedObjects.engine
final AlbumBean
CompiledBase.engine
CompiledScript.engine
Deprecated.JAlbumFrame.engine
protected AlbumBean
StandardPageNamer.engine
protected AlbumBean
ThemeImageProcessor.engine
Methods in se.datadosen.jalbum that return AlbumBeanModifier and TypeMethodDescriptionAlbumBean.clone()
Make a shallow copy of this object Note: It is not guaranteed that all member variables are separate or copied, just simple propertiesASTEvaluator.getAlbumEngine()
AlbumObject.getEngine()
AlbumObjectImpl.getEngine()
JAlbumContext.getEngine()
JAlbumFrame.getEngine()
MakeAlbumTask.getEngine()
Methods in se.datadosen.jalbum with parameters of type AlbumBeanModifier and TypeMethodDescriptionstatic VideoProcessor
VideoProcessor.createInstance
(AlbumBean engine) static void
RecoveryTool.createLifeboat
(JAlbumContext context, AlbumBean engine, AlbumObject root, OutputStream out) Create a small zip file containing all album project metadata, such as jalbum-settings.jap, comments.properties, meta.properties, albumfiles.txt and the .jalbum folders for each album folderAccountManager.findCurrentAccount
(AlbumBean engine) NavigableSet<info.cqs.remotefs.RemoteFile>
UploadBean.getExistingAlbumFiles
(AlbumBean engine, String remoteDirectory) Attempt to gather the file contents under the specified remoteDirectory First try to grab the manifest.jmf file Then try CrushFTP's :filetree method Finally gather the contents by manually traversing the album directoryNavigableSet<info.cqs.remotefs.RemoteFile>
UploadBean.getExistingAlbumFiles
(AlbumBean engine, String remoteDirectory, Consumer<info.cqs.remotefs.RemoteFile> consumer) Same as above, but calls callback consumer for each remote file found, in case slow traversal is neededUploadBean.getPathFinder
(AccountProfile account, AlbumBean engine) Return utility class that helps resolving (figuring out) paths and URLs to published albumsUploadBean.getPathFinder
(AlbumObject root, AlbumBean engine) static boolean
Widgets.hasWidgets
(AlbumObject rootFolder, AlbumBean engine) Determine if current album has widgets added to it Will try to use cached data.static BufferedImage
PhotoSphere.scaleToPowerOfTwo
(BufferedImage bi, AlbumBean engine) Scale image to the closest lower power of 2 Speeds up Google's player significantlyvoid
void
void
JAlbumFrame.skinUI2Engine
(AlbumBean engine) For internal use only!void
UploadBean.testConnection
(AlbumBean engine) Test a connection to a remote filesystem Exceptions are thrown if connection could not be established.void
UploadBean.uploadAlbum
(AlbumBean engine, boolean fullUpdate) Upload an album to a serverUploadBean.uploadAlbum
(AlbumBean engine, boolean fullUpdate, Set<File> localAlbumFiles, NavigableSet<info.cqs.remotefs.RemoteFile> existingFiles) void
JMultiMaker.uploadInBackground
(AlbumBean engine) Constructors in se.datadosen.jalbum with parameters of type AlbumBeanModifierConstructorDescriptionAlbumFileFilter
(AlbumBean engine) AlbumFileFilter
(AlbumBean engine, File outputDir, String ignorePattern) AlbumImage
(BufferedImage image, AlbumBean engine) AlbumImage
(File imageFile, AlbumBean engine) Construct an AlbumImage from a File and AlbumBean instanceprotected
AlbumImage
(AlbumObject ao, File file, 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) Construct an Abstract Syntax Tree out of AlbumBean and SectionASTEvaluator
(AlbumBean albumBean, ScriptLanguage sl) ASTEvaluator
(AlbumBean albumBean, Scope scope) ChainedObjects
(AlbumBean engine) protected
CompiledBase
(AlbumBean engine) Make subclass call this constructorprotected
CompiledScript
(AlbumBean engine) Deprecated.Make subclass call this constructorFullTreeChainedObjects
(AlbumObject root, AlbumBean engine) JPrivacyDialog
(Dialog d, AlbumBean engine, AccountProfile account) Sample config file content: {"paging":10, "include":["shopOptions","userVariables"]}MakeAlbumTask
(AlbumBean engine, JAlbumFrame window) Continue making in background (handover)MetaObjectCache
(AlbumBean engine, com.drew.metadata.Metadata data, File imageFile) Paginator
(AlbumBean engine, AlbumObject currentFolder) ProjectSettings
(AlbumBean engine) SiblingChainedObjects
(AlbumObject root, AlbumBean engine) StandardPageNamer
(AlbumBean engine) UploadAlbumTask
(AlbumBean engine, JAlbumFrame window, PrintStream log) WebSafeAlbumObjectFactory
(AlbumBean engine) -
Uses of AlbumBean in se.datadosen.util
Methods in se.datadosen.util with parameters of type AlbumBeanModifier and TypeMethodDescriptionstatic File
FileFilters.getIconFor
(File f, AlbumBean engine) Get icon for given file.static BufferedImage
Deprecated.Use loadImage(File file) instead.static byte[]
FileFilters.saveImage
(BufferedImage img, File file, String formatName, AlbumBean engine, IIOMetadata metaData) static byte[]
FileFilters.saveImage
(BufferedImage img, File file, String formatName, AlbumBean engine, IIOMetadata metaData, float compressionQuality) static void
FileFilters.saveJPEG
(BufferedImage img, File file, AlbumBean engine) static void
FileFilters.saveJPEG
(BufferedImage img, File file, AlbumBean engine, IIOMetadata metaData) static byte[]
FileFilters.saveJPEG
(BufferedImage img, File file, AlbumBean engine, 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