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