Lines Matching defs:center
142 * Returns the X coordinate of the center of the framing
145 * @return the X coordinate of the center of the framing rectangle
154 * Returns the Y coordinate of the center of the framing
157 * @return the Y coordinate of the center of the framing rectangle
276 * based on the specified center point coordinates and corner point
280 * @param centerX the X coordinate of the specified center point
281 * @param centerY the Y coordinate of the specified center point
295 * specified center <code>Point2D</code> and corner
298 * @param center the specified center <code>Point2D</code>
302 public void setFrameFromCenter(Point2D center, Point2D corner) {
303 setFrameFromCenter(center.getX(), center.getY(),