blob: b68dc28955e33d785617f9b9acc089162592617d [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.display.BitmapData",
"baseClassname": ""
,
"members": [
{ "type": "method",
"qname": "org.apache.royale.display.BitmapData",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "param",
"values": ["width", "height", "transparent", "fillColor"]},
{ "tagName": "royaleignorecoercion",
"values": ["HTMLCanvasElement", "CanvasRenderingContext2D"]} ],
"return": "",
"params": [{ "name": "width", "type": "uint"},
{ "name": "height", "type": "uint"},
{ "name": "transparent", "type": "Boolean"},
{ "name": "fillColor", "type": "uint"}]}
,
{ "type": "method",
"qname": "getID",
"namespace": "internal",
"bindable": [],
"details": [],
"deprecated": {},
"return": "String",
"params": []}
,
{ "type": "accessor",
"access": "read-only",
"return": "uint",
"qname": "width",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-only",
"return": "uint",
"qname": "height",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-only",
"return": "Boolean",
"qname": "transparent",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "encode",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Compresses this BitmapData object using the selected compressor algorithm and returns a new ByteArray object.",
"tags": [
{ "tagName": "param",
"values": ["rect", "compressor", "byteArray"]},
{ "tagName": "return",
"values": []} ],
"return": "org.apache.royale.utils.BinaryData",
"params": [{ "name": "rect", "type": "org.apache.royale.geom.Rectangle"},
{ "name": "compressor", "type": "Object"},
{ "name": "byteArray", "type": "org.apache.royale.utils.BinaryData"}]}
,
{ "type": "method",
"qname": "setPixel",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Sets a single pixel of a BitmapData object.",
"tags": [
{ "tagName": "param",
"values": ["x", "y", "color"]} ],
"return": "void",
"params": [{ "name": "x", "type": "int"},
{ "name": "y", "type": "int"},
{ "name": "color", "type": "uint"}]}
,
{ "type": "method",
"qname": "setPixel32",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Sets the color and alpha transparency values of a single pixel of a BitmapData object.",
"tags": [
{ "tagName": "param",
"values": ["x", "y", "color"]} ],
"return": "void",
"params": [{ "name": "x", "type": "int"},
{ "name": "y", "type": "int"},
{ "name": "color", "type": "uint"}]}
,
{ "type": "method",
"qname": "lock",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": []}
,
{ "type": "method",
"qname": "unlock",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": []}
,
{ "type": "method",
"qname": "getPixel",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "uint",
"params": [{ "name": "x", "type": "int"},
{ "name": "y", "type": "int"}]}
,
{ "type": "method",
"qname": "getPixel32",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "uint",
"params": [{ "name": "x", "type": "int"},
{ "name": "y", "type": "int"}]}
,
{ "type": "method",
"qname": "clone",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "org.apache.royale.display.BitmapData",
"params": []}
,
{ "type": "method",
"qname": "fillRect",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Fills a rectangular area of pixels with a specified ARGB color",
"tags": [
{ "tagName": "param",
"values": ["rect", "color"]} ],
"return": "void",
"params": [{ "name": "rect", "type": "org.apache.royale.geom.Rectangle"},
{ "name": "color", "type": "uint"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "org.apache.royale.geom.Rectangle",
"qname": "rect",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "dispose",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": []}
]
}