equal
deleted
inserted
replaced
501 * @param x the x coordinate |
501 * @param x the x coordinate |
502 * @param y the y coordinate |
502 * @param y the y coordinate |
503 * @param width the width dimensions |
503 * @param width the width dimensions |
504 * @param height the height dimensions |
504 * @param height the height dimensions |
505 * @param rowStart the beginning of the row |
505 * @param rowStart the beginning of the row |
506 * @param rowEnd the the ending of the row |
506 * @param rowEnd the ending of the row |
507 * @param useBaseline Whether or not to align on baseline. |
507 * @param useBaseline Whether or not to align on baseline. |
508 * @param ascent Ascent for the components. This is only valid if |
508 * @param ascent Ascent for the components. This is only valid if |
509 * useBaseline is true. |
509 * useBaseline is true. |
510 * @param descent Ascent for the components. This is only valid if |
510 * @param descent Ascent for the components. This is only valid if |
511 * useBaseline is true. |
511 * useBaseline is true. |