Package org.eclipse.draw2d.geometry

Examples of org.eclipse.draw2d.geometry.Rectangle.bottom()


  g.fillRectangle(r);
 
  //outline main area
  g.drawLine(r.x, r.y, r.right() - 1, r.y);
  g.drawLine(r.right() - 1, r.y, r.right() - 1, r.bottom() - 1);
  g.drawLine(r.x, r.y, r.x, r.bottom() - 1);

  //draw and outline the arc
  r.height = 9;
  r.y += 4;
  g.fillArc(r, 180, 180);
View Full Code Here


  r.y += 4;
  g.fillArc(r, 180, 180);
  r.width--;
  r.height--;
  g.drawArc(r, 180, 190);
  g.drawLine(r.x + r.width / 2, r.bottom(), r.x + r.width / 2, r.bottom() + 2);
}

}
View Full Code Here

  r.y += 4;
  g.fillArc(r, 180, 180);
  r.width--;
  r.height--;
  g.drawArc(r, 180, 190);
  g.drawLine(r.x + r.width / 2, r.bottom(), r.x + r.width / 2, r.bottom() + 2);
}

}
View Full Code Here

 
  Rectangle r = figure.getBounds().getCropped(in);

  //Draw the sides of the border
  g.fillRectangle(r.x, r.y + 2, r.width, 6);
  g.fillRectangle(r.x, r.bottom() - 8, r.width, 6);
  g.fillRectangle(r.x, r.y + 2, 6, r.height - 4);
  g.fillRectangle(r.right() - 6, r.y + 2, 6, r.height - 4);

  g.fillRectangle(r.x, r.y + 2, 6, 6);
  g.fillRectangle(r.x, r.bottom() - 8, 6, 6);
View Full Code Here

  g.fillRectangle(r.x, r.bottom() - 8, r.width, 6);
  g.fillRectangle(r.x, r.y + 2, 6, r.height - 4);
  g.fillRectangle(r.right() - 6, r.y + 2, 6, r.height - 4);

  g.fillRectangle(r.x, r.y + 2, 6, 6);
  g.fillRectangle(r.x, r.bottom() - 8, 6, 6);
  g.fillRectangle(r.right() - 6, r.y + 2, 6, 6);
  g.fillRectangle(r.right() - 6, r.bottom() - 8, 6, 6);
 
  //Outline the border
  g.drawPoint(r.x, r.y + 2);
View Full Code Here

  g.fillRectangle(r.right() - 6, r.y + 2, 6, r.height - 4);

  g.fillRectangle(r.x, r.y + 2, 6, 6);
  g.fillRectangle(r.x, r.bottom() - 8, 6, 6);
  g.fillRectangle(r.right() - 6, r.y + 2, 6, 6);
  g.fillRectangle(r.right() - 6, r.bottom() - 8, 6, 6);
 
  //Outline the border
  g.drawPoint(r.x, r.y + 2);
  g.drawPoint(r.x, r.bottom() - 3);
  g.drawPoint(r.right() - 1, r.y + 2);
View Full Code Here

  g.fillRectangle(r.right() - 6, r.y + 2, 6, 6);
  g.fillRectangle(r.right() - 6, r.bottom() - 8, 6, 6);
 
  //Outline the border
  g.drawPoint(r.x, r.y + 2);
  g.drawPoint(r.x, r.bottom() - 3);
  g.drawPoint(r.right() - 1, r.y + 2);
  g.drawPoint(r.right() - 1, r.bottom() - 3);
  g.drawLine(r.x, r.y + 2, r.right() - 1, r.y + 2);
  g.drawLine(r.x, r.bottom() - 3, r.right() - 1, r.bottom() - 3);
  g.drawLine(r.x, r.y + 2, r.x, r.bottom() - 3);
View Full Code Here

 
  //Outline the border
  g.drawPoint(r.x, r.y + 2);
  g.drawPoint(r.x, r.bottom() - 3);
  g.drawPoint(r.right() - 1, r.y + 2);
  g.drawPoint(r.right() - 1, r.bottom() - 3);
  g.drawLine(r.x, r.y + 2, r.right() - 1, r.y + 2);
  g.drawLine(r.x, r.bottom() - 3, r.right() - 1, r.bottom() - 3);
  g.drawLine(r.x, r.y + 2, r.x, r.bottom() - 3);
  g.drawLine(r.right() - 1, r.bottom() - 3, r.right() - 1, r.y + 2);
 
View Full Code Here

  g.drawPoint(r.x, r.y + 2);
  g.drawPoint(r.x, r.bottom() - 3);
  g.drawPoint(r.right() - 1, r.y + 2);
  g.drawPoint(r.right() - 1, r.bottom() - 3);
  g.drawLine(r.x, r.y + 2, r.right() - 1, r.y + 2);
  g.drawLine(r.x, r.bottom() - 3, r.right() - 1, r.bottom() - 3);
  g.drawLine(r.x, r.y + 2, r.x, r.bottom() - 3);
  g.drawLine(r.right() - 1, r.bottom() - 3, r.right() - 1, r.y + 2);
 
  r.crop(new Insets(1, 1, 0, 0));
  r.expand(1, 1);
View Full Code Here

  g.drawPoint(r.x, r.y + 2);
  g.drawPoint(r.x, r.bottom() - 3);
  g.drawPoint(r.right() - 1, r.y + 2);
  g.drawPoint(r.right() - 1, r.bottom() - 3);
  g.drawLine(r.x, r.y + 2, r.right() - 1, r.y + 2);
  g.drawLine(r.x, r.bottom() - 3, r.right() - 1, r.bottom() - 3);
  g.drawLine(r.x, r.y + 2, r.x, r.bottom() - 3);
  g.drawLine(r.right() - 1, r.bottom() - 3, r.right() - 1, r.y + 2);
 
  r.crop(new Insets(1, 1, 0, 0));
  r.expand(1, 1);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.