JHTP自测题_第十三章_图形及Java2D

题目不多,但不代表容易完成。继续努力!


13.1 Fill in theblanks in each of the following statements:

a) In Java 2D, method setStrokeof class Graphics2D sets the characteristics of a stroke used to draw ashape.

b) Class GradientPainthelps specify the fill for a shape such that the fill gradually changes from onecolor to another.

c) The method drawLineof class Graphics draws a line between two points.

d) RGB is short for Red,Green and Blue.

e) Font sizes aremeasured in units called points.

f) Class TexturePainthelps specify the fill for a shape using a pattern drawn in a BufferedImage.

13.2 State whethereach of the following is true or false. If false, explain why.

a) The first twoarguments of Graphics method drawOval specify the center coordinate of the oval. False

b) In the Java coordinatesystem, x-coordinates increase from left to right and y-coordinates fromtop to bottom. True

c) Graphics method fillPolygondraws a filled polygon in the current color. True

d) Graphics method drawArc allowsnegative angles. True

e) Graphics method getSize returns thesize of the current font in centimeters. False

f) Pixel coordinate (0,0) is located at the exact center of the monitor. False

13.3 Find theerror(s) in each of the following and explain how to correct them. Assume that g is a Graphics object.

a) g.setFont("SansSerif");

b) g.erase(x,y, w, h); // clear rectangle at (x, y)

c) Font f = new Font("Serif", Font.BOLDITALIC, 12);

d) g.setColor(255, 255, 0); // change color to yellow


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值