Inheritance diagram for CompositeTile:


Public Member Functions | |
| boolean | Contains (double xFineRes, double yFineRes) |
| void | CopyFrom (scnShape rhs) |
| string | describe () |
| string | describeAttributes () |
| void | Dump () |
| AbstractTile | GenerateTiles (TemplateLayer tl) |
| void | GetCentre (double outX, double outY) |
| void | GetCentreFineRes (double outX, double outY) |
| void | MoveBy (double dX, double dY) |
| boolean | Overlaps (double leftFineRes, double topFineRes, double rightFineRes, double bottomFineRes) |
| void | SetPos (double inX, double inY) |
| void | SetSize (double inX, double inY, double inW, double inH) |
| void | SetSize (double inW, double inH) |
Protected Member Functions | |
| void | ChangedSizeOrPosition () |
Package Attributes | |
| scn | mHeight |
| string | mIDStr |
| AbstractTile | mSubTiles [] |
| scn | mWidth |
| scn | mXPos |
| scn | mYPos |
| void scnShape.ChangedSizeOrPosition | ( | ) | [protected, inherited] |
Reimplemented in ADBaseShape, and scnShapeWithHandles.
| boolean scnShape.Contains | ( | double | xFineRes, | |
| double | yFineRes | |||
| ) | [inherited] |
| void scnShape.CopyFrom | ( | scnShape | rhs | ) | [inherited] |
| string CompositeTile.describe | ( | ) |
Reimplemented from AbstractTile.
| string CompositeTile.describeAttributes | ( | ) |
Reimplemented from AbstractTile.
| void CompositeTile.Dump | ( | ) |
Reimplemented from AbstractTile.
| AbstractTile AbstractTile.GenerateTiles | ( | TemplateLayer | tl | ) | [inherited] |
Reimplemented in NullTile.
| void scnShape.GetCentre | ( | double | outX, | |
| double | outY | |||
| ) | [inherited] |
| void scnShape.GetCentreFineRes | ( | double | outX, | |
| double | outY | |||
| ) | [inherited] |
| void scnShape.MoveBy | ( | double | dX, | |
| double | dY | |||
| ) | [inherited] |
| boolean scnShape.Overlaps | ( | double | leftFineRes, | |
| double | topFineRes, | |||
| double | rightFineRes, | |||
| double | bottomFineRes | |||
| ) | [inherited] |
| void scnShape.SetPos | ( | double | inX, | |
| double | inY | |||
| ) | [inherited] |
Reimplemented in ADLineShape.
| void scnShape.SetSize | ( | double | inX, | |
| double | inY, | |||
| double | inW, | |||
| double | inH | |||
| ) | [inherited] |
| void scnShape.SetSize | ( | double | inW, | |
| double | inH | |||
| ) | [inherited] |
scn scnShape.mHeight [package, inherited] |
string AbstractTile.mIDStr [package, inherited] |
AbstractTile CompositeTile.mSubTiles[] [package] |
scn scnShape.mWidth [package, inherited] |
scn scnShape.mXPos [package, inherited] |
scn scnShape.mYPos [package, inherited] |
1.5.1