blob: 8a32437495a2eee23a6ddae4c29e6ac6df525955 [file] [log] [blame]
{ "type": "class",
"qname": "mx.charts.chartClasses.RenderData",
"baseClassname": ""
,
"description": "RenderData structures are used by chart elements to store all of the relevant values and data needed to fully render the chart. Storing these values in a separate structure lets chart elements decouple their rendering from their assigned properties and data as necessary. This ability is used by the chart effects: effects such as SeriesInterpolate substitute temporary values calculated from previous and future renderData structures. Effects such as SeriesSlide and SeriesZoom substitute temporary RenderData structures with values calculated to render the effect correctly.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]},
{ "tagName": "royalesuppresspublicvarwarning",
"values": []} ],
"members": [
{ "type": "method",
"qname": "mx.charts.chartClasses.RenderData",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor. in the series's <code>dataProvider</code>. in the series's <code>dataProvider</code> that remain after filtering.",
"tags": [
{ "tagName": "param",
"values": ["cache The list of ChartItems representing the items", "filteredCache The list of ChartItems representing the items"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "cache", "type": "Array"},
{ "name": "filteredCache", "type": "Array"}]}
,
{ "type": "field",
"qname": "bounds",
"return": "org.apache.royale.geom.Rectangle",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The bounds of all of the items a series displays on screen, relative to the series's coordinate system. This value is used by the various effects during rendering. A series fills in this value when the effect calls the <code>getElementBounds()</code> method. A series does not need to fill in this field unless specifically requested.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "cache",
"return": "Array",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The list of ChartItems representing the items in the series's <code>dataProvider</code>.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "elementBounds",
"return": "Array",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "An Array of rectangles describing the bounds of the series's ChartItems, relative to the series's coordinate system. Effects use this Array to generate the effect rendering. An effect calls the <code>getElementBounds()</code> method, which causes the series to fill in this value. A series does not need to fill in this field unless specifically requested. Effects modify this Array to relect current positions of the items during the effect duration. If this value is filled in on the series's <code>renderData</code>, the series renders itself based on these rectangles rather than from the series's data.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "filteredCache",
"return": "Array",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The list of ChartItems representing the items in the series's <code>dataProvider</code> that remain after filtering.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-only",
"return": "uint",
"qname": "length",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The number of items represented in this render data.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "visibleRegion",
"return": "org.apache.royale.geom.Rectangle",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The rectangle describing the possible coordinate range that a series can display on screen. This value is used by the various effects during rendering. An effect calls the <code>getElementBounds()</code> method to fill in this value. A series does not need to fill in this field unless specifically requested. If left <code>null</code>, effects assume the visible region of an element is the bounding box of the element itself (0, 0, width, height), expressed relative to the element.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "clone",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Creates a copy of the render data. In the new copy, properties that point to other objects continue to point to the same objects as the original. <p>If you subclass this class, you must override this method.</p>",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "return",
"values": ["The new copy of the RenderData object."]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "mx.charts.chartClasses.RenderData",
"params": []}
]
}