[]
        
立即试用
(Showing Draft Content)

IGroupShapes

Interface IGroupShapes

All Superinterfaces:
Iterable<IShape>

public interface IGroupShapes extends Iterable<IShape>
代表分组形状中的单个形状。
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    返回集合中的单个对象。
    get(String name)
    返回集合中的一个单一对象。
    int
    返回集合中的对象数量。

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getCount

      int getCount()
      返回集合中的对象数量。
    • get

      IShape get(int index)
      返回集合中的单个对象。
      Parameters:
      index - 对象的索引编号。
    • get

      IShape get(String name)
      返回集合中的一个单一对象。
      Parameters:
      name - 对象的名称。