VertexDeclaration
Overview
VertexDeclaration є клас в Aspose.3D FOSS для Java. Наследники від: Serializable, Iterable<VertexField>.
Цей клас надає 11 методів роботи з об’єктами VertexDeclaration в програмах Java. Доступні методи включають: VertexDeclaration, addField, clear, equals, get, getSize, hashCode, isSealed, iterator, size, toString. Всі публічні члени доступні будь-якій додаткові Java після встановлення FOSS для пакету Java. Свойства: sealed, size.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
sealed | boolean | Read | Запечатає. |
size | int | Read | Знайде розмір. |
Methods
| Signature | Description |
|---|---|
VertexDeclaration() | Покликає VertexDeclaration на цьому прикладі VertexDeclaration. |
isSealed() → boolean | Повертає істинне, якщо печаткована настройка. |
size() → int | Покликання розміру на цій інстанції VertexDeclaration. |
get(index: int) → VertexField | Покликання get(index) на цьому VertexDeclaration інстанції. |
getSize() → int | Повертає розмір. |
clear() | Покликання чисте на цій інстанції VertexDeclaration. |
addField(dataType: VertexFieldDataType, semantic: VertexFieldSemantic, index: int, alias: String) → VertexField | Покликання addField ((dataType, semantic, index, alias) на цьому VertexDeclaration інстанції. |
iterator() → java.util.Iterator<VertexField> | Покликає ітератора на цій інстанції VertexDeclaration. |
hashCode() → int | Покликання хешкоду на інстанцію VertexDeclaration. |
equals(obj: Object) → boolean | Покликання дорівнюють ((obj) на цьому VertexDeclaration інстанції. |
toString() → String | Покликання toString на цьому VertexDeclaration інстанції. |