类 IndexSubTableFormat1.Builder.BitmapGlyphInfoIterator
java.lang.Object
com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat1.Builder.BitmapGlyphInfoIterator
- 所有已实现的接口:
Iterator<BitmapGlyphInfo>
private class IndexSubTableFormat1.Builder.BitmapGlyphInfoIterator
extends Object
implements Iterator<BitmapGlyphInfo>
-
字段详细资料
-
glyphId
private int glyphId
-
-
构造器详细资料
-
BitmapGlyphInfoIterator
public BitmapGlyphInfoIterator()
-
-
方法详细资料
-
hasNext
public boolean hasNext()- 指定者:
hasNext
在接口中Iterator<BitmapGlyphInfo>
-
next
- 指定者:
next
在接口中Iterator<BitmapGlyphInfo>
-
remove
public void remove()- 指定者:
remove
在接口中Iterator<BitmapGlyphInfo>
-