文件名称:Paint-渐变色-JAVA课件scnu
文件大小:543KB
文件格式:PPT
更新时间:2024-05-16 03:13:54
JAVA 课件
Paint-渐变色 Java2D中使用GradientPaint类来描述具有渐变色的喷涂方式,用于填充操作fill 其构造方法是: GradientPaint(float x1, float y1, Color color1, float x2, float y2, Color color2, boolean cyclic) 其中:Cyclic值决定颜色是否循环变化。 Graphics2D使用setPaint方法来选入用户建立的GradientPaint对象