blob: 8c7d9d2a89eca299e2bcb2af2211abf165867730 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.conversion.FormatDescriptor",
"baseClassname": ""
,
"description": "Contains information about a format.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.0", "AIR 2.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.textLayout.conversion.FormatDescriptor",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.0", "AIR 2.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "format", "type": "String"},
{ "name": "importerClass", "type": "Class"},
{ "name": "exporterClass", "type": "Class"},
{ "name": "clipboardFormat", "type": "String"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "String",
"qname": "format",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns the data format used by the converter.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.0", "AIR 2.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-only",
"return": "String",
"qname": "clipboardFormat",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Descriptor used when matching this format to the formats posted on the external clipboard. If the format supports importing, (it's importerClass is not null), it will be called when pasting from the clipboard, if the clipboard contents include data in this format. If the format supports exporting, it will be called when copying to the clipboard, and the output it creates will be posted to the clipboard with this clipboardFormat.",
"tags": [
{ "tagName": "see",
"values": ["flash.desktop.Clipboard", "flash.desktop.ClipboardFormats"]},
{ "tagName": "playerversion",
"values": ["Flash 10.0", "AIR 2.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-only",
"return": "Class",
"qname": "importerClass",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns the class used for converting data from the format.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.0", "AIR 2.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-only",
"return": "Class",
"qname": "exporterClass",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns the class used for converting to the format.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.0", "AIR 2.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}