blob: dbc232c6b899b55a89d55b08b7b47d80beb13810 [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.core.IBorderPaddingMarginValuesImpl",
"baseInterfaceNames": [
"org.apache.royale.core.IValuesImpl"]
,
"description": "The IBorderPaddingMarginValuesImpl abstracts how to get data on the border, padding and margin of a component.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "getBorderStyles",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Return the styles needed to determine how to draw the border",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.core.styles.BorderStyles",
"params": [{ "name": "thisObject", "type": "org.apache.royale.core.IUIBase"},
{ "name": "state", "type": "String"}]}
,
{ "type": "method",
"qname": "getBorderMetrics",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Return a rectangle that contains the width of the border sides.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.core.layout.EdgeData",
"params": [{ "name": "thisObject", "type": "org.apache.royale.core.IUIBase"},
{ "name": "state", "type": "String"}]}
,
{ "type": "method",
"qname": "getPaddingMetrics",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Return a rectangle that contains the width of the padding sides.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.core.layout.EdgeData",
"params": [{ "name": "thisObject", "type": "org.apache.royale.core.IUIBase"},
{ "name": "hostWidth", "type": "Number"},
{ "name": "hostHeight", "type": "Number"},
{ "name": "state", "type": "String"}]}
,
{ "type": "method",
"qname": "getBorderAndPaddingMetrics",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Return a rectangle that contains the width of the border sides along with the padding. The space left should be client area.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.core.layout.EdgeData",
"params": [{ "name": "thisObject", "type": "org.apache.royale.core.IUIBase"},
{ "name": "hostWidth", "type": "Number"},
{ "name": "hostHeight", "type": "Number"},
{ "name": "state", "type": "String"}]}
,
{ "type": "method",
"qname": "getMargins",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Return a MarginData that contains the margins for the object. MarginData is more than just a rectangle as it needs to account for values like "auto".",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.core.layout.MarginData",
"params": [{ "name": "thisObject", "type": "org.apache.royale.core.IUIBase"},
{ "name": "hostWidth", "type": "Number"},
{ "name": "hostHeight", "type": "Number"},
{ "name": "state", "type": "String"}]}
,
{ "type": "method",
"qname": "getPositions",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Return a LayoutData that contains the margins, border and padding for the object.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.core.layout.EdgeData",
"params": [{ "name": "thisObject", "type": "org.apache.royale.core.IUIBase"},
{ "name": "hostWidth", "type": "Number"},
{ "name": "hostHeight", "type": "Number"},
{ "name": "state", "type": "String"}]}
,
{ "type": "method",
"qname": "getBorderPaddingAndMargins",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Return a LayoutData that contains the margins, border and padding for the object.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.core.layout.LayoutData",
"params": [{ "name": "thisObject", "type": "org.apache.royale.core.IUIBase"},
{ "name": "hostWidth", "type": "Number"},
{ "name": "hostHeight", "type": "Number"},
{ "name": "state", "type": "String"}]}
]
}