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

%  Copyright 1986-2002 The MathWorks, Inc.
%  $Revision: 1.1.6.1 $ $Date: 2004/12/26 21:53:02 $
hasFixedRowSize = true;
hasFixedColSize = true;