A class for CellRect, conforming to the ICellRect protocol. More...
#include <CellRect.h>
Instance Methods | |
| (instancetype) | - init |
| (instancetype) | - initWithXDim:yDim:ruler: |
Instance Methods inherited from ACellSquare | |
| (instancetype) | - NS_DESIGNATED_INITIALIZER |
| (instancetype) | - initWithXDim:ruler: |
Properties | |
| float | ydim |
Properties inherited from ACellSquare | |
| id< IRuler > | ruler |
| float | xdim |
Properties inherited from <ICellSquare> | |
| id< IRuler > | ruler |
| Ruler to use for cell size. | |
| float | xdim |
| X dimension cell size (width). | |
Properties inherited from <ICellRect> | |
| float | ydim |
| Y dimension cell size (height). | |
| - (instancetype) init |
| - (instancetype) initWithXDim: | (float) | xdim | |
| yDim: | (float) | ydim | |
| ruler: | (id< IRuler >) | ruler |
|
readwritenonatomicassign |