文章参考网址:http://www.iteye.com/topic/1119586 最近项目需要长方形的单个颜色选择器,google发现没有找到很多这方面的资源,比较多的是圆形的颜色选择器, 所以在参考网址上面写了一个长方形的颜色选择器。 1、首先初始化画笔,这里用到了LinearGradient线性渐变,具体代码如下: public void setInitData() {float den
Selector.select()函数的分析: 前面已经介绍过了Selector的open函数以及channel的register函数,现在分析最后一个函数:select()函数。 selector.select()在Selector类中此方法是一个抽象的。如下: public abstract int select() throws IOException; 函数功能:选择一些I/O操作