A LineProperty is used to define the attributes for a single
line in a compound line component. See:
com.jeta.forms.store.CompoundLineProperty author: Jeff Tassin
getStroke(int maxThickness) Returns a Stroke object that is used to render the line in a graphics
context.
Parameters: maxThickness - defines the maximum thickness for the stroke.
Returns a Stroke object that is used to render the line in a graphics
context.
Parameters: maxThickness - defines the maximum thickness for the stroke. If the linethickness for this property is greater than the maxThickness,then the maxThickness is used. the stroke object.