ThreeDFormat
Inheritance: java.lang.Object
public class ThreeDFormat
Represents a shape’s three-dimensional formatting.
Methods
Method | Description |
---|---|
equals(Object obj) | |
getBottomBevelHeight() | Gets the height of the bottom bevel, or how far into the shape it is applied. |
getBottomBevelType() | Gets the type of the bottom bevel, or how far into the shape it is applied. |
getBottomBevelWidth() | Gets the width of the bottom bevel, or how far into the shape it is applied. |
getClass() | |
getContourColor() | Gets the contour color on a shape. |
getContourWidth() | Gets the contour width on the shape, in unit of points. |
getExtrusionColor() | Gets the extrusion color on a shape. |
getExtrusionHeight() | Gets the extrusion height of the applied to the shape, in unit of points. |
getLightAngle() | Gets the angle of the extrusion lights. |
getLighting() | Gets type of light rig. |
getLightingDirection() | Gets the direction from which the light rig is oriented in relation to the scene. |
getMaterial() | Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape. |
getPerspective() | Gets the angle at which a ThreeDFormat object can be viewed. |
getPresetCameraType() | Gets the extrusion preset camera type. |
getRotationX() | Gets the rotation of the extruded shape around the x-axis in degrees. |
getRotationY() | Gets the rotation of the extruded shape around the y-axis in degrees. |
getRotationZ() | Gets the rotation of the extruded shape around the z-axis in degrees. |
getTopBevelHeight() | Gets the height of the top bevel, or how far into the shape it is applied. |
getTopBevelType() | Gets the type of the top bevel, or how far into the shape it is applied. |
getTopBevelWidth() | Gets the width of the top bevel, or how far into the shape it is applied. |
getZ() | Defines the distance from ground for the 3D shape. |
hashCode() | Gets hashcode. |
notify() | |
notifyAll() | |
setBottomBevelHeight(double value) | Sets the height of the bottom bevel, or how far into the shape it is applied. |
setBottomBevelType(int value) | Sets the type of the bottom bevel, or how far into the shape it is applied. |
setBottomBevelWidth(double value) | Sets the width of the bottom bevel, or how far into the shape it is applied. |
setContourColor(CellsColor value) | Sets the contour color on a shape. |
setContourWidth(double value) | Sets the contour width on the shape, in unit of points. |
setExtrusionColor(CellsColor value) | Gets the extrusion color on a shape. |
setExtrusionHeight(double value) | Sets the extrusion height of the applied to the shape, in unit of points. |
setLightAngle(double value) | Sets the angle of the extrusion lights. |
setLighting(int value) | Sets type of light rig. |
setLightingDirection(int value) | Sets the direction from which the light rig is oriented in relation to the scene. |
setMaterial(int value) | Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape. |
setPerspective(double value) | Sets the angle at which a ThreeDFormat object can be viewed. |
setPresetCameraType(int value) | Sets the extrusion preset camera type. |
setRotationX(double value) | Sets the rotation of the extruded shape around the x-axis in degrees. |
setRotationY(double value) | Sets the rotation of the extruded shape around the y-axis in degrees. |
setRotationZ(double value) | Sets the rotation of the extruded shape around the z-axis in degrees. |
setTopBevelHeight(double value) | Sets the height of the top bevel, or how far into the shape it is applied. |
setTopBevelType(int value) | Sets the type of the top bevel, or how far into the shape it is applied. |
setTopBevelWidth(double value) | Sets the width of the top bevel, or how far into the shape it is applied. |
setZ(double value) | Defines the distance from ground for the 3D shape. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object obj)
public boolean equals(Object obj)
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object |
Returns: boolean -
getBottomBevelHeight()
public double getBottomBevelHeight()
Gets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points.
Returns: double
getBottomBevelType()
public int getBottomBevelType()
Gets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points.
See BevelType.
Returns: int
getBottomBevelWidth()
public double getBottomBevelWidth()
Gets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points.
Returns: double
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getContourColor()
public CellsColor getContourColor()
Gets the contour color on a shape.
Returns: CellsColor
getContourWidth()
public double getContourWidth()
Gets the contour width on the shape, in unit of points.
Returns: double
getExtrusionColor()
public CellsColor getExtrusionColor()
Gets the extrusion color on a shape.
Returns: CellsColor
getExtrusionHeight()
public double getExtrusionHeight()
Gets the extrusion height of the applied to the shape, in unit of points.
Returns: double
getLightAngle()
public double getLightAngle()
Gets the angle of the extrusion lights.
Returns: double
getLighting()
public int getLighting()
Gets type of light rig.
See LightRigType.
Returns: int
getLightingDirection()
public int getLightingDirection()
Gets the direction from which the light rig is oriented in relation to the scene.
Returns: int
getMaterial()
public int getMaterial()
Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape.
See PresetMaterialType.
Returns: int
getPerspective()
public double getPerspective()
Gets the angle at which a ThreeDFormat object can be viewed.
Returns: double
getPresetCameraType()
public int getPresetCameraType()
Gets the extrusion preset camera type.
See PresetCameraType.
Returns: int
getRotationX()
public double getRotationX()
Gets the rotation of the extruded shape around the x-axis in degrees.
Returns: double
getRotationY()
public double getRotationY()
Gets the rotation of the extruded shape around the y-axis in degrees.
Returns: double
getRotationZ()
public double getRotationZ()
Gets the rotation of the extruded shape around the z-axis in degrees.
Returns: double
getTopBevelHeight()
public double getTopBevelHeight()
Gets the height of the top bevel, or how far into the shape it is applied. In unit of Points.
Returns: double
getTopBevelType()
public int getTopBevelType()
Gets the type of the top bevel, or how far into the shape it is applied. In unit of Points.
See BevelType.
Returns: int
getTopBevelWidth()
public double getTopBevelWidth()
Gets the width of the top bevel, or how far into the shape it is applied. In unit of Points.
Returns: double
getZ()
public double getZ()
Defines the distance from ground for the 3D shape.
Returns: double
hashCode()
public int hashCode()
Gets hashcode.
Returns: int -
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBottomBevelHeight(double value)
public void setBottomBevelHeight(double value)
Sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setBottomBevelType(int value)
public void setBottomBevelType(int value)
Sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points.
See BevelType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setBottomBevelWidth(double value)
public void setBottomBevelWidth(double value)
Sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setContourColor(CellsColor value)
public void setContourColor(CellsColor value)
Sets the contour color on a shape.
Parameters:
Parameter | Type | Description |
---|---|---|
value | CellsColor |
setContourWidth(double value)
public void setContourWidth(double value)
Sets the contour width on the shape, in unit of points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setExtrusionColor(CellsColor value)
public void setExtrusionColor(CellsColor value)
Gets the extrusion color on a shape.
Parameters:
Parameter | Type | Description |
---|---|---|
value | CellsColor |
setExtrusionHeight(double value)
public void setExtrusionHeight(double value)
Sets the extrusion height of the applied to the shape, in unit of points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setLightAngle(double value)
public void setLightAngle(double value)
Sets the angle of the extrusion lights.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setLighting(int value)
public void setLighting(int value)
Sets type of light rig.
See LightRigType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setLightingDirection(int value)
public void setLightingDirection(int value)
Sets the direction from which the light rig is oriented in relation to the scene.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMaterial(int value)
public void setMaterial(int value)
Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape.
See PresetMaterialType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setPerspective(double value)
public void setPerspective(double value)
Sets the angle at which a ThreeDFormat object can be viewed.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setPresetCameraType(int value)
public void setPresetCameraType(int value)
Sets the extrusion preset camera type.
See PresetCameraType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setRotationX(double value)
public void setRotationX(double value)
Sets the rotation of the extruded shape around the x-axis in degrees.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setRotationY(double value)
public void setRotationY(double value)
Sets the rotation of the extruded shape around the y-axis in degrees.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setRotationZ(double value)
public void setRotationZ(double value)
Sets the rotation of the extruded shape around the z-axis in degrees.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setTopBevelHeight(double value)
public void setTopBevelHeight(double value)
Sets the height of the top bevel, or how far into the shape it is applied. In unit of Points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setTopBevelType(int value)
public void setTopBevelType(int value)
Sets the type of the top bevel, or how far into the shape it is applied. In unit of Points.
See BevelType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setTopBevelWidth(double value)
public void setTopBevelWidth(double value)
Sets the width of the top bevel, or how far into the shape it is applied. In unit of Points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setZ(double value)
public void setZ(double value)
Defines the distance from ground for the 3D shape.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |