function [hasFixedRowSize,hasFixedColSize] = hasFixedSize(this)
%HASFIXEDSIZE  Indicates when plot's row or column size is fixed.

%  Copyright 1986-2004 The MathWorks, Inc.
%  $Revision: 1.1.6.2 $ $Date: 2004/04/11 00:21:12 $
hasFixedRowSize = true;
hasFixedColSize = true;