blob: 816260066f911895cf9475f1ebf52d81f922b1c2 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.elements.CellCoordinates",
"baseClassname": ""
,
"description": "Describes the location of table cell by row and column",
"members": [
{ "type": "method",
"qname": "org.apache.royale.textLayout.elements.CellCoordinates",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "constructor",
"values": []} ],
"return": "",
"params": [{ "name": "row", "type": "int"},
{ "name": "column", "type": "int"},
{ "name": "table", "type": "org.apache.royale.textLayout.elements.ITableElement"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "column",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The column the cell belongs to"},
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "row",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The row the cell belongs to"},
{ "type": "method",
"qname": "areEqual",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Checks if two coordiates are in the same location",
"return": "Boolean",
"params": [{ "name": "coords1", "type": "org.apache.royale.textLayout.elements.CellCoordinates"},
{ "name": "coords2", "type": "org.apache.royale.textLayout.elements.CellCoordinates"}]}
,
{ "type": "method",
"qname": "isValid",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns true if the column and row are greater than -1",
"return": "Boolean",
"params": []}
,
{ "type": "method",
"qname": "clone",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Creates a new CellCoordinates with the same row and column values",
"return": "org.apache.royale.textLayout.elements.CellCoordinates",
"params": []}
,
{ "type": "field",
"qname": "table",
"return": "org.apache.royale.textLayout.elements.ITableElement",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}}]
}