API Documentation | All Packages | All Classes | Index | Frames | ![]() |
Class ImageSourceDescriptor | Properties | Methods | |
Package | org.openzoom.flash.descriptors |
Class | public final class ImageSourceDescriptor |
Implements | IImageSourceDescriptor |
Property | Defined by | ||
---|---|---|---|
height : uint [read-only]
Intrinsic height of the image source in pixels.
| ImageSourceDescriptor | ||
type : String [read-only]
Mime-type of the image source.
| ImageSourceDescriptor | ||
url : String [read-only]
Absolute URL to the image source.
| ImageSourceDescriptor | ||
width : uint [read-only]
Intrinsic width of the image source in pixels.
| ImageSourceDescriptor |
Method | Defined by | ||
---|---|---|---|
ImageSourceDescriptor(url:String, width:uint, height:uint, type:String)
Constructor.
| ImageSourceDescriptor | ||
Returns a copy of this object.
| ImageSourceDescriptor |
height | property |
height:uint
[read-only]Intrinsic height of the image source in pixels.
Implementation public function get height():uint
type | property |
type:String
[read-only]Mime-type of the image source.
Implementation public function get type():String
url | property |
url:String
[read-only]Absolute URL to the image source.
Implementation public function get url():String
width | property |
width:uint
[read-only]Intrinsic width of the image source in pixels.
Implementation public function get width():uint
ImageSourceDescriptor | () | constructor |
public function ImageSourceDescriptor(url:String, width:uint, height:uint, type:String)
Constructor.
Parametersurl:String |
|
width:uint |
|
height:uint |
|
type:String |
clone | () | method |
public function clone():IImageSourceDescriptor
Returns a copy of this object.
ReturnsIImageSourceDescriptor |