类 TxfyrCluster
java.lang.Object
pkg.exoad.poprock.core.txfyr.TxfyrCluster
- 所有已实现的接口:
Iterable<TxfyrShard>
-
字段概要
修饰符和类型字段说明final int
final String
private final LinkedHashSet<TxfyrShard>
final BufferedImage
final int
-
构造器概要
构造器说明TxfyrCluster
(String key, int width, int height, BufferedImage source, Collection<TxfyrShard> shards) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
从接口继承的方法 java.lang.Iterable
spliterator
-
字段详细资料
-
name
-
width
public final int width -
height
public final int height -
source
-
shards
-
-
构造器详细资料
-
TxfyrCluster
public TxfyrCluster(String key, int width, int height, BufferedImage source, Collection<TxfyrShard> shards)
-
-
方法详细资料
-
validate
public void validate() -
toString
-
iterator
- 指定者:
iterator
在接口中Iterable<TxfyrShard>
-
forEach
- 指定者:
forEach
在接口中Iterable<TxfyrShard>
-