blob: 6d63325335ad7c446e548c54b9186067f06ee1f5 [file] [log] [blame]
{ "type": "interface",
"qname": "mx.graphics.IFill",
"members": [
{ "type": "method",
"qname": "begin",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Starts the fill. inside the <code>target</code>. If the dimensions of the Rectangle are larger than the dimensions of the <code>target</code>, the fill is clipped. If the dimensions of the Rectangle are smaller than the dimensions of the <code>target</code>, the fill expands to fill the entire <code>target</code>. coordinate system of target.",
"tags": [
{ "tagName": "param",
"values": ["target The target Graphics object that is being filled.", "targetBounds The Rectangle object that defines the size of the fill", "targetOrigin The Point that defines the origin (0,0) of the shape in the"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "target", "type": "mx.display.Graphics"},
{ "name": "targetBounds", "type": "org.apache.royale.geom.Rectangle"},
{ "name": "targetOrigin", "type": "org.apache.royale.geom.Point"}]}
,
{ "type": "method",
"qname": "end",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Ends the fill.",
"tags": [
{ "tagName": "param",
"values": ["target The Graphics object that is being filled."]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "target", "type": "mx.display.Graphics"}]}
]
}