blob: b55f4dc101c7676ed10763f605bffc8e7d39e85a [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.display.LineScaleMode",
"baseClassname": ""
,
"description": "These constants will be inlined in javascript",
"tags": [
{ "tagName": "royalesuppressexport",
"values": []} ],
"members": [
{ "type": "field",
"qname": "HORIZONTAL",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "With this setting used as the scaleMode parameter of the lineStyle() method, the thickness of the line scales only horizontally."},
{ "type": "field",
"qname": "NONE",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "With this setting used as the scaleMode parameter of the lineStyle() method, the thickness of the line never scales."},
{ "type": "field",
"qname": "NORMAL",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "With this setting used as the scaleMode parameter of the lineStyle() method, the thickness of the line always scales when the object is scaled (the default)."},
{ "type": "field",
"qname": "VERTICAL",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "With this setting used as the scaleMode parameter of the lineStyle() method, the thickness of the line scales only vertically."}]
}