public class ThreeDFormat extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ThreeDFormat.MaterialEnum
Material
|
Constructor and Description |
---|
ThreeDFormat() |
public ThreeDFormat bevelBottom(ShapeBevel bevelBottom)
public ShapeBevel getBevelBottom()
public void setBevelBottom(ShapeBevel bevelBottom)
public ThreeDFormat bevelTop(ShapeBevel bevelTop)
public ShapeBevel getBevelTop()
public void setBevelTop(ShapeBevel bevelTop)
public ThreeDFormat camera(Camera camera)
public Camera getCamera()
public void setCamera(Camera camera)
public ThreeDFormat contourColor(String contourColor)
public String getContourColor()
public void setContourColor(String contourColor)
public ThreeDFormat contourWidth(Double contourWidth)
public Double getContourWidth()
public void setContourWidth(Double contourWidth)
public ThreeDFormat depth(Double depth)
public Double getDepth()
public void setDepth(Double depth)
public ThreeDFormat extrusionColor(String extrusionColor)
public String getExtrusionColor()
public void setExtrusionColor(String extrusionColor)
public ThreeDFormat extrusionHeight(Double extrusionHeight)
public Double getExtrusionHeight()
public void setExtrusionHeight(Double extrusionHeight)
public ThreeDFormat lightRig(LightRig lightRig)
public LightRig getLightRig()
public void setLightRig(LightRig lightRig)
public ThreeDFormat material(ThreeDFormat.MaterialEnum material)
public ThreeDFormat.MaterialEnum getMaterial()
public void setMaterial(ThreeDFormat.MaterialEnum material)
Copyright © 2023. All rights reserved.