public class VisualizationInfo extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Components" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Component" type="{}Component" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="OrthogonalCamera" type="{}OrthogonalCamera" minOccurs="0"/>
<element name="PerspectiveCamera" type="{}PerspectiveCamera" minOccurs="0"/>
<element name="Lines" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Line" type="{}Line" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ClippingPlanes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ClippingPlane" type="{}ClippingPlane" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
VisualizationInfo.ClippingPlanes
Java class for anonymous complex type.
|
static class |
VisualizationInfo.Components
Java class for anonymous complex type.
|
static class |
VisualizationInfo.Lines
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected VisualizationInfo.ClippingPlanes |
clippingPlanes |
protected VisualizationInfo.Components |
components |
protected VisualizationInfo.Lines |
lines |
protected OrthogonalCamera |
orthogonalCamera |
protected PerspectiveCamera |
perspectiveCamera |
| Constructor and Description |
|---|
VisualizationInfo() |
| Modifier and Type | Method and Description |
|---|---|
VisualizationInfo.ClippingPlanes |
getClippingPlanes()
Gets the value of the clippingPlanes property.
|
VisualizationInfo.Components |
getComponents()
Gets the value of the components property.
|
VisualizationInfo.Lines |
getLines()
Gets the value of the lines property.
|
OrthogonalCamera |
getOrthogonalCamera()
Gets the value of the orthogonalCamera property.
|
PerspectiveCamera |
getPerspectiveCamera()
Gets the value of the perspectiveCamera property.
|
void |
setClippingPlanes(VisualizationInfo.ClippingPlanes value)
Sets the value of the clippingPlanes property.
|
void |
setComponents(VisualizationInfo.Components value)
Sets the value of the components property.
|
void |
setLines(VisualizationInfo.Lines value)
Sets the value of the lines property.
|
void |
setOrthogonalCamera(OrthogonalCamera value)
Sets the value of the orthogonalCamera property.
|
void |
setPerspectiveCamera(PerspectiveCamera value)
Sets the value of the perspectiveCamera property.
|
protected VisualizationInfo.Components components
protected OrthogonalCamera orthogonalCamera
protected PerspectiveCamera perspectiveCamera
protected VisualizationInfo.Lines lines
protected VisualizationInfo.ClippingPlanes clippingPlanes
public VisualizationInfo.Components getComponents()
VisualizationInfo.Componentspublic void setComponents(VisualizationInfo.Components value)
value - allowed object is
VisualizationInfo.Componentspublic OrthogonalCamera getOrthogonalCamera()
OrthogonalCamerapublic void setOrthogonalCamera(OrthogonalCamera value)
value - allowed object is
OrthogonalCamerapublic PerspectiveCamera getPerspectiveCamera()
PerspectiveCamerapublic void setPerspectiveCamera(PerspectiveCamera value)
value - allowed object is
PerspectiveCamerapublic VisualizationInfo.Lines getLines()
VisualizationInfo.Linespublic void setLines(VisualizationInfo.Lines value)
value - allowed object is
VisualizationInfo.Linespublic VisualizationInfo.ClippingPlanes getClippingPlanes()
VisualizationInfo.ClippingPlanespublic void setClippingPlanes(VisualizationInfo.ClippingPlanes value)
value - allowed object is
VisualizationInfo.ClippingPlanesCopyright © 2016 OpenSource BIM. All rights reserved.