org.openlaszlo.iv.flash.util |
|
Java Source File Name | Type | Comment |
BufferedLineReader.java | Class | |
CommandExecutor.java | Class | Standard executor of context commands.
To add new command you have to add new method to this class
or to one of its subclasses. |
DataSource.java | Class | |
DataSourceHelper.java | Class | Helper class for reading any kind of datasources. |
DepsCollector.java | Class | This class serves as storage for collecting an flash object's dependencies.
Some flash objects depends on others. |
FlashBuffer.java | Class | Wrapper of array of bytes. |
FlashOutput.java | Class | This class is basically a
FlashBuffer which
tracks flash definitions written into the buffer and
provides unique IDs for them. |
FontsCollector.java | Class | |
GeomHelper.java | Class | Geometric helper: AffineTransform, Rectangle and related stuff. |
GIFHelper.java | Class | GIF Reader utility class
Parse GIF code from an inputStream without using java.awt
(to avoid the need of a display on a server)
Use a modified version of the GIFDecoder part the PJA Toolkit
Part of the implementation has been commented because we didn't need it
Basically everything that was dealing with GIF comments output
and the creation of an RGB image
With kind permission of Emmanuel PUYBARET from eteks
Lots of contributions here, but the code is reliable and approved
Following is the initial copyright notice (which for this project is Apache style)
Copyright (c) 2000 Emmanuel PUYBARET / eTeks . |
IVException.java | Class | This exception is thrown if there any errors during generation process. |
IVMap.java | Class | Simple unsynchronized hashtable with integer keys. |
IVVector.java | Class | Simple unsynchronized vector. |
JPEGHelper.java | Class | Simple JPEG scanner helping in extracting image's width and height. |
LineReader.java | Interface | Line reader. |
Log.java | Class | Logger
After replacing jgenerator native logging system with log4j
all the jgenerator classes like FileLogger, ConsoleLogger etc. |
MP3Helper.java | Class | Class for parsing MP3 files, but only accepts those which the flash player
understands. |
MultipleUrlsReader.java | Class | Line reader which sequentially reads lines from several urls. |
NativeLineReader.java | Class | Line reader which reads lines from give string. |
PNGHelper.java | Class | Helper class to decode PNG images. |
PropertyManager.java | Class | Property manager. |
Resource.java | Class | Resources
Resource key has to have digit in first character from 0 to 4. |
Resource_fr.java | Class | Resources
Resource key has to have digit in first character from 0 to 4. |
ScriptCopier.java | Class | This class helps in copying of flash objects.
It remembers all copied objects and makes sure
that an object will not be copied twice.
All flash objects can be constant or not. |
Tag.java | Class | Enumeration of flash file format tags. |
TextLayout.java | Class | This class does simple text layout in a box. |
Tokenizer.java | Class | Simple tokenizer of generator text datasources. |
UrlDataSource.java | Class | Text datasource. |
Util.java | Class | Utility class. |