扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jcomponent的类成员方法: getcomponentgraphics定义及介绍
发布时间:2014-2-18
本文导语:
getcomponentgraphics
protected graphics getcomponentgraphics(graphics g)
返回用于绘制此组件的图形对象。如果开启了 debuggraphics,则根据需要创建一个新的 debuggraphics 对象。否则只是配置指定图形对象的前景和字体。
参数:g - 原 graphics ...