Format3D

Inheritance: java.lang.Object

public class Format3D

This class specifies the 3D shape properties for a chart element or shape.

Methods

MethodDescription
equals(Object arg0)
getClass()
getLightingAngle()Gets the lighting angle.
getSurfaceLightingType()Gets the lighting type which is to be applied to the scene of the shape.
getSurfaceMaterialType()Gets the material type which is combined with the lighting properties to give the final look and feel of a shape.
getTopBevel()Gets the Bevel object that holds the properties associated with defining a bevel on the top or front face of a shape.
hasTopBevelData()Indicates if the shape has top bevel data.
hashCode()
notify()
notifyAll()
setLightingAngle(double value)Sets the lighting angle.
setSurfaceLightingType(int value)Sets the lighting type which is to be applied to the scene of the shape.
setSurfaceMaterialType(int value)Sets the material type which is combined with the lighting properties to give the final look and feel of a shape.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getLightingAngle()

public double getLightingAngle()

Gets the lighting angle. Range from 0 to 359.9 degrees.

Returns: double

getSurfaceLightingType()

public int getSurfaceLightingType()

Gets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint.

See LightRigType.

Returns: int

getSurfaceMaterialType()

public int getSurfaceMaterialType()

Gets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte.

See PresetMaterialType.

Returns: int

getTopBevel()

public Bevel getTopBevel()

Gets the Bevel object that holds the properties associated with defining a bevel on the top or front face of a shape.

Returns: Bevel

hasTopBevelData()

public boolean hasTopBevelData()

Indicates if the shape has top bevel data.

Returns: boolean -

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setLightingAngle(double value)

public void setLightingAngle(double value)

Sets the lighting angle. Range from 0 to 359.9 degrees.

Parameters:

ParameterTypeDescription
valuedouble

setSurfaceLightingType(int value)

public void setSurfaceLightingType(int value)

Sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint.

See LightRigType.

Parameters:

ParameterTypeDescription
valueint

setSurfaceMaterialType(int value)

public void setSurfaceMaterialType(int value)

Sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte.

See PresetMaterialType.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int