Returns a rectangle using the arguments minus the
insets of the border. This is useful for determining the area
that components should draw in that will not intersect the border.
Returns:
a
Rectangle
containing the interior coordinates
Parameters:
-
c - the component for which this border is being computed
-
b - the
Border
object
-
x - the x position of the border
-
y - the y position of the border
-
width - the width of the border
-
height - the height of the border