{ "type": "class", | |
"qname": "org.apache.royale.graphics.SolidColorStroke", | |
"baseClassname": "" | |
, | |
"members": [ | |
{ "type": "method", | |
"qname": "org.apache.royale.graphics.SolidColorStroke", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "", | |
"params": [{ "name": "color", "type": "uint"}, | |
{ "name": "weight", "type": "Number"}, | |
{ "name": "alpha", "type": "Number"}]} | |
, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "Number", | |
"qname": "alpha", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "The transparency of a color. Possible values are 0.0 (invisible) through 1.0 (opaque).", | |
"tags": [ | |
{ "tagName": "default", | |
"values": ["1.0"]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "uint", | |
"qname": "color", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "A color value.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "Number", | |
"qname": "weight", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "A color value.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "method", | |
"qname": "addStrokeAttrib", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "addStrokeAttrib()", | |
"tags": [ | |
{ "tagName": "param", | |
"values": ["value The IGraphicShape object on which the stroke must be added."]}, | |
{ "tagName": "return", | |
"values": ["{string}"]} ], | |
"return": "String", | |
"params": [{ "name": "value", "type": "org.apache.royale.graphics.IGraphicShape"}]} | |
, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "String", | |
"qname": "lineCap", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "The cap type on line segments. Possible values are butt round and square.", | |
"tags": [ | |
{ "tagName": "default", | |
"values": ["butt"]}, | |
{ "tagName": "see", | |
"values": ["org.apache.royale.graphics.LineStyle"]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "String", | |
"qname": "lineJoin", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "The join type of two segments. Possible values are miter round and bevel.", | |
"tags": [ | |
{ "tagName": "default", | |
"values": ["miter"]}, | |
{ "tagName": "see", | |
"values": ["org.apache.royale.graphics.LineStyle"]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.7"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "Number", | |
"qname": "miterLimit", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "The miter limit at the join of two segments.", | |
"tags": [ | |
{ "tagName": "default", | |
"values": ["4"]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.7"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "Array", | |
"qname": "lineDash", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "An array describing the pattern of line dashes.", | |
"tags": [ | |
{ "tagName": "default", | |
"values": ["[none]"]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.7"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "method", | |
"qname": "setLineStyle", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "void", | |
"params": [{ "name": "weight", "type": "Number"}, | |
{ "name": "color", "type": "uint"}, | |
{ "name": "alpha", "type": "Number"}, | |
{ "name": "caps", "type": "String"}, | |
{ "name": "joints", "type": "String"}, | |
{ "name": "miterLimit", "type": "Number"}]} | |
] | |
} |