public class Shape3D extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Bevel |
bevelBottom
Both bevel elements are empty elements with three attributes
which define the characteristics of the bevel.
|
Bevel |
bevelTop
Both bevel elements are empty elements with three attributes
which define the characteristics of the bevel.
|
Color |
contourColor
A contour is a solid filled line that surrounds the outer edge of the shape.
|
double |
contourWidth |
Color |
extrusionColor
An extrusion is an artificial height applied to the shape.
|
double |
extrusionHeight |
Enums.Material |
material
Specifies a preset material type, which is a combination
of lighting characteristics which are intended to mimic the material.
|
| 构造器和说明 |
|---|
Shape3D() |
| 限定符和类型 | 方法和说明 |
|---|---|
Bevel |
getBevelBottom() |
Bevel |
getBevelTop() |
Color |
getContourColor() |
double |
getContourWidth() |
Color |
getExtrusionColor() |
double |
getExtrusionHeight() |
Enums.Material |
getMaterial() |
Shape3D |
setBevelBottom(Bevel bevelBottom) |
Shape3D |
setBevelTop(Bevel bevelTop) |
Shape3D |
setContourColor(Color contourColor) |
Shape3D |
setContourWidth(double contourWidth) |
Shape3D |
setExtrusionColor(Color extrusionColor) |
Shape3D |
setExtrusionHeight(double extrusionHeight) |
Shape3D |
setMaterial(Enums.Material material) |
public Bevel bevelTop
public Bevel bevelBottom
public Enums.Material material
public Color contourColor
public double contourWidth
public Color extrusionColor
public double extrusionHeight
public Bevel getBevelTop()
public Bevel getBevelBottom()
public Enums.Material getMaterial()
public Shape3D setMaterial(Enums.Material material)
public Color getContourColor()
public double getContourWidth()
public Shape3D setContourWidth(double contourWidth)
public Color getExtrusionColor()
public double getExtrusionHeight()
public Shape3D setExtrusionHeight(double extrusionHeight)
Copyright © 2024. All rights reserved.