| Package | Description |
|---|---|
| org.bimserver.models.geometry | |
| org.bimserver.models.geometry.impl | |
| org.bimserver.models.geometry.util |
| Modifier and Type | Method and Description |
|---|---|
Vector4f |
GeometryFactory.createVector4f()
Returns a new object of class 'Vector4f'.
|
Vector4f |
GeometryData.getColor()
Returns the value of the 'Color' reference.
|
Vector4f |
GeometryData.getMostUsedColor()
Returns the value of the 'Most Used Color' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryData.setColor(Vector4f value)
Sets the value of the '
Color' reference. |
void |
GeometryData.setMostUsedColor(Vector4f value)
Sets the value of the '
Most Used Color' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
Vector4fImpl
An implementation of the model object 'Vector4f'.
|
| Modifier and Type | Method and Description |
|---|---|
Vector4f |
GeometryFactoryImpl.createVector4f() |
Vector4f |
GeometryDataImpl.getColor() |
Vector4f |
GeometryDataImpl.getMostUsedColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryDataImpl.setColor(Vector4f newColor) |
void |
GeometryDataImpl.setMostUsedColor(Vector4f newMostUsedColor) |
| Modifier and Type | Method and Description |
|---|---|
T |
GeometrySwitch.caseVector4f(Vector4f object)
Returns the result of interpreting the object as an instance of 'Vector4f'.
|
Copyright © 2018 OpenSource BIM. All rights reserved.