Package se.datadosen.jalbum
Class CompiledBase
java.lang.Object
se.datadosen.jalbum.CompiledBase
Provides variables that are usually available as implicit objects in scripts Subclass this class to provide
simple conversion of scripts to fast compiled scripts.
- Since:
- v11.3
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionfinal Map
final Map
final int
final JAlbumContext
final String
final AlbumBean
final String
final String
final String
final String
final LicenseManager
final int
final int
final int
final int
final File
final File
final AlbumObject
final File
final File
final int
final String
final File
final File
final String
final String
final String
final SmartResourceBundle
final int
final JAlbumFrame
-
Constructor Summary
ModifierConstructorDescriptionprotected
CompiledBase
(AlbumBean engine) Make subclass call this constructor -
Method Summary
-
Field Details
-
generator
-
generatorUrl
-
internalVersion
-
styleFile
-
skin
-
style
-
maxImageWidth
public final int maxImageWidth -
maxImageHeight
public final int maxImageHeight -
maxThumbWidth
public final int maxThumbWidth -
maxThumbHeight
public final int maxThumbHeight -
rows
public final int rows -
cols
public final int cols -
application
-
album
-
engine
-
window
-
context
-
licenseManager
-
programDirectory
-
skinDirectory
-
resDirectory
-
skinResDirectory
-
rootImageDirectory
-
rootOutputDirectory
-
currentDate
-
totalAlbumImages
public final int totalAlbumImages -
textEncoding
-
texts
-
rootFolder
-
out
-
language
-
-
Constructor Details
-
CompiledBase
Make subclass call this constructor
-
-
Method Details
-
get
Get the value of a variable that is defined in scripting scope- Parameters:
variable
-- Returns:
-