API Documentation | All Packages | All Classes | Index | Frames | ![]() |
Interface IImageSourceDescriptor | Properties | Methods | |
Package | org.openzoom.flash.descriptors |
Interface | public interface IImageSourceDescriptor |
Implementors | ImageSourceDescriptor |
Property | Defined by | ||
---|---|---|---|
height : uint [read-only]
Intrinsic height of the image source in pixels.
| IImageSourceDescriptor | ||
type : String [read-only]
Mime-type of the image source.
| IImageSourceDescriptor | ||
url : String [read-only]
Absolute URL to the image source.
| IImageSourceDescriptor | ||
width : uint [read-only]
Intrinsic width of the image source in pixels.
| IImageSourceDescriptor |
Method | Defined by | ||
---|---|---|---|
Returns a copy of this object.
| IImageSourceDescriptor |
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
clone | () | method |
public function clone():IImageSourceDescriptor
Returns a copy of this object.
ReturnsIImageSourceDescriptor |