| API Documentation | All Packages | All Classes | Index | Frames | ![]() |
| Class ImagePyramidDescriptorFactory | Methods | |
| Package | org.openzoom.flash.descriptors |
| Class | public class ImagePyramidDescriptorFactory |
| Method | Defined by | ||
|---|---|---|---|
|
ImagePyramidDescriptorFactory(lock:SingletonLock)
Constructor.
| ImagePyramidDescriptorFactory | ||
|
getDescriptor(source:String, xml:XML):IImagePyramidDescriptor
Returns an instance of IMultiScaleImageDescriptor that is based
on the data and source that are given.
| ImagePyramidDescriptorFactory | ||
|
[static]
Returns an instance of this MultiScaleImageDescriptorFactory.
| ImagePyramidDescriptorFactory | ||
| ImagePyramidDescriptorFactory | () | constructor |
public function ImagePyramidDescriptorFactory(lock:SingletonLock)Constructor.
Parameterslock:SingletonLock |
| getDescriptor | () | method |
public function getDescriptor(source:String, xml:XML):IImagePyramidDescriptorReturns an instance of IMultiScaleImageDescriptor that is based on the data and source that are given.
Parameterssource:String |
|
xml:XML |
IImagePyramidDescriptor —
An object of type IMultiScaleImageDescriptor or null
if the factory couldn't create a descriptor from the given data.
|
| getInstance | () | method |
public static function getInstance():ImagePyramidDescriptorFactoryReturns an instance of this MultiScaleImageDescriptorFactory.
ReturnsImagePyramidDescriptorFactory |