AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
LineStyleComponentList类 参考
类 LineStyleComponentList 继承关系图:

Public 成员函数

 LineStyleComponentList (LineStyleComponent[] initialElements)
 
 LineStyleComponentList (Iterable< LineStyleComponent > initialElements)
 
LineStyleComponent get (int index)
 
LineStyleComponent set (int index, LineStyleComponent e)
 
boolean add (LineStyleComponent e)
 
void add (int index, LineStyleComponent e)
 
LineStyleComponent remove (int index)
 
int size ()
 
int capacity ()
 
void reserve (int n)
 
 LineStyleComponentList (LineStyleComponentList other)
 
boolean isEmpty ()
 
void clear ()
 
 LineStyleComponentList (int count, LineStyleComponent value)