getMaxTextWidth method

double getMaxTextWidth()

Returns the maximum width of text beyond which the text is broken into lines. This should be used in the graphicsFactory but is currently not used at all

@return the maximum text width

Implementation

double getMaxTextWidth() {
  return maxTextWidth;
}