public class ThreeDFormat
Property Getters/Setters Summary | ||
---|---|---|
double | getBottomBevelHeight() | |
void | setBottomBevelHeight(doublevalue) | |
Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points. | ||
int | getBottomBevelType() | |
void | setBottomBevelType(intvalue) | |
Gets and sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant. | ||
double | getBottomBevelWidth() | |
void | setBottomBevelWidth(doublevalue) | |
Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points. | ||
CellsColor | getContourColor() | |
void | setContourColor(CellsColor value) | |
Gets and sets the contour color on a shape. | ||
double | getContourWidth() | |
void | setContourWidth(doublevalue) | |
Gets and sets the contour width on the shape, in unit of points. | ||
CellsColor | getExtrusionColor() | |
void | setExtrusionColor(CellsColor value) | |
Gets the extrusion color on a shape. | ||
double | getExtrusionHeight() | |
void | setExtrusionHeight(doublevalue) | |
Gets and sets the extrusion height of the applied to the shape,in unit of points. | ||
double | getLightAngle() | |
void | setLightAngle(doublevalue) | |
Gets and sets the angle of the extrusion lights. | ||
int | getLighting() | |
void | setLighting(intvalue) | |
Gets and sets type of light rig. The value of the property is LightRigType integer constant. | ||
int | getLightingDirection() | |
void | setLightingDirection(intvalue) | |
Gets and sets the direction from which the light rig is oriented in relation to the scene. The value of the property is LightRigDirectionType integer constant. | ||
int | getMaterial() | |
void | setMaterial(intvalue) | |
Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape. The value of the property is PresetMaterialType integer constant. | ||
double | getPerspective() | |
void | setPerspective(doublevalue) | |
Gets and sets the angle at which a ThreeDFormat object can be viewed. | ||
int | getPresetCameraType() | |
void | setPresetCameraType(intvalue) | |
Gets and sets the extrusion preset camer. The value of the property is PresetCameraType integer constant. | ||
double | getRotationX() | |
void | setRotationX(doublevalue) | |
Gets and sets the rotation of the extruded shape around the x-axis in degrees. | ||
double | getRotationY() | |
void | setRotationY(doublevalue) | |
Gets and sets the rotation of the extruded shape around the y-axis in degrees. | ||
double | getRotationZ() | |
void | setRotationZ(doublevalue) | |
Gets and sets the rotation of the extruded shape around the z-axis in degrees. | ||
double | getTopBevelHeight() | |
void | setTopBevelHeight(doublevalue) | |
Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points. | ||
int | getTopBevelType() | |
void | setTopBevelType(intvalue) | |
Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant. | ||
double | getTopBevelWidth() | |
void | setTopBevelWidth(doublevalue) | |
Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points. | ||
double | getZ() | |
void | setZ(doublevalue) | |
Defines the distance from ground for the 3D shape. |
Method Summary | ||
---|---|---|
boolean | equals(java.lang.Object obj) | |
int | hashCode() | |
Gets hashcode.
|
public double getBottomBevelWidth() / public void setBottomBevelWidth(double value)
public double getBottomBevelHeight() / public void setBottomBevelHeight(double value)
public int getBottomBevelType() / public void setBottomBevelType(int value)
public double getTopBevelWidth() / public void setTopBevelWidth(double value)
public double getTopBevelHeight() / public void setTopBevelHeight(double value)
public int getTopBevelType() / public void setTopBevelType(int value)
public int getMaterial() / public void setMaterial(int value)
public CellsColor getContourColor() / public void setContourColor(CellsColor value)
public double getContourWidth() / public void setContourWidth(double value)
public CellsColor getExtrusionColor() / public void setExtrusionColor(CellsColor value)
public double getExtrusionHeight() / public void setExtrusionHeight(double value)
public double getZ() / public void setZ(double value)
public double getLightAngle() / public void setLightAngle(double value)
public int getLighting() / public void setLighting(int value)
public int getLightingDirection() / public void setLightingDirection(int value)
public double getPerspective() / public void setPerspective(double value)
public double getRotationX() / public void setRotationX(double value)
public double getRotationY() / public void setRotationY(double value)
public double getRotationZ() / public void setRotationZ(double value)
public int getPresetCameraType() / public void setPresetCameraType(int value)