public class ThreeDFrame extends Frame
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreeDFrame.Builder |
static class |
ThreeDFrame.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
ThreeDFrame() |
|
ThreeDFrame(ThreeDCartesianCoordinates f_cartesianCoordinates,
ThreeDOrientation f_orientation) |
protected |
ThreeDFrame(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static ThreeDFrame.Builder |
builder() |
ThreeDFrame |
clone()
Clones the Structure.
|
ThreeDCartesianCoordinates |
getCartesianCoordinates() |
ThreeDOrientation |
getOrientation() |
void |
setCartesianCoordinates(ThreeDCartesianCoordinates value) |
void |
setOrientation(ThreeDOrientation value) |
ThreeDFrame.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public ThreeDFrame()
protected ThreeDFrame(UaDataTypeSpecification specification)
public ThreeDFrame(ThreeDCartesianCoordinates f_cartesianCoordinates, ThreeDOrientation f_orientation)
public ThreeDCartesianCoordinates getCartesianCoordinates()
public void setCartesianCoordinates(ThreeDCartesianCoordinates value)
public ThreeDOrientation getOrientation()
public void setOrientation(ThreeDOrientation value)
public ThreeDFrame clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.public static ThreeDFrame.Builder builder()
public ThreeDFrame.Builder toBuilder()
Structure#getClass() as this one.Copyright © 2026. All rights reserved.