A class for CellSquare, inheriting from ACellSquare class. More...
#include <CellSquare.h>
Instance Methods | |
| (instancetype) | - init |
| (instancetype) | - initWithXDim:ruler: |
Instance Methods inherited from ACellSquare | |
| (instancetype) | - NS_DESIGNATED_INITIALIZER |
Additional Inherited Members | |
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). | |
A class for CellSquare, inheriting from ACellSquare class.
| - (instancetype) init |
| - (instancetype) initWithXDim: | (float) | xdim | |
| ruler: | (id< IRuler >) | ruler |
Reimplemented from ACellSquare.