freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

第四章圖形編程-文庫(kù)吧資料

2024-10-06 12:34本頁(yè)面
  

【正文】 nt2D end) (double startx,double starty, double endx,double endy) (double x,double y) fill(Graphics2D rec) 填充顏色 drawGraphics2D rec) 繪制圖形 rec 二 .顏色 Graphics2D類(lèi)的 setPaint方法 (Graphics類(lèi)為 setColor方法 )用來(lái)設(shè)置顏色。 (centerX, centerY, centerX + radius, centerY + radius)。 double radius = 150。 // draw a circle with the same center double centerX = ()。 (ellipse)。 // draw the enclosed ellipse Ellipse2D ellipse = new ()。 Rectangle2D rect = new (leftX, topY, width, height)。 double width = 200。 // draw a rectangle double leftX = 100。 例: 因此, 2D庫(kù)的形體類(lèi)有兩種版本: class DrawPanel extends JPanel { public void paintComponent(Graphics g) { (g)。 float f=()。 … .. } JDK java 2D形體使用浮點(diǎn)數(shù)坐標(biāo)系,這樣可為坐標(biāo)指定單位。 public static final int MESSAGE_Y = 100。 (Not a Hello, World program, MESSAGE_X, MESSAGE_Y)。 (panel)。 // add panel to frame NotHelloWorldPanel panel = new NotHelloWorldPanel()。 Graphics類(lèi)提供繪制圖像和輸出文本的方法 創(chuàng)建一個(gè)畫(huà)板 class MyPanel extends JPanel { public void paintComponent(Graphics g) { (Graphics g) (“Hello!world”) … .} } MyPanel擴(kuò)展了 JPanel,但面板的背景顏色等工作要由 Jpanel來(lái)完成,確保父類(lèi)也參預(yù)繪制 只要窗口重新繪制, paintComponent()就被自動(dòng)調(diào)用(在 AWT中是 paint()) 例 .在畫(huà)板上輸出信息 class NotHelloWorldFrame extends JFrame { public NotHelloWorldFrame() { setTitle(NotHelloWorld)。 Component c=… 。 setTitle(CenteredFrame)。 setLocation(screenWidth / 4, screenHeight / 4) // set frame icon and title Image img = ()。 int screenWidth = 。 Dimension screenSize = ()。 int screenWidth = 。 Dimension screenSize = ()。 public static final int HEIGHT = 200。 } } class SimpleFrame extends JFrame { public SimpleFrame() { setSize(WIDTH, HEIGHT)。 ( )。布局管理器 Java 采用非常優(yōu)秀的概念來(lái)進(jìn)行布局 一個(gè)容器內(nèi)的所有組件都由一個(gè)布局管理器來(lái)進(jìn)行管理 Java支持以下四種布局管理器 FlowLayout BorderLayout CardLayout GridBagLayout 在 Java中,頂層窗口(沒(méi)有包含
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1