com.aspose.slides
Class ShapeDrawingOptions

java.lang.Object
  extended by com.aspose.slides.ShapeDrawingOptions

public class ShapeDrawingOptions
extends java.lang.Object

Represents options for createShapeElements function.


Constructor Summary
ShapeDrawingOptions()
          Default constructor.
 
Method Summary
 boolean isDisable3D()
          Determines whether the 3D rendering is disabled.
 boolean isDisableShadow()
          Determines whether the shadow rendering is disabled.
 boolean isHighPolyExtrusion()
          Determines whether the smoother and high quality gradients used to draw 3D extrusion.
 void setDisable3D(boolean value)
          Sets whether the 3D rendering is disabled.
 void setDisableShadow(boolean value)
          Setss whether the shadow rendering is disabled.
 void setHighPolyExtrusion(boolean value)
          Determines whether the smoother and high quality gradients used to draw 3D extrusion.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeDrawingOptions

public ShapeDrawingOptions()
Default constructor.

Method Detail

isDisable3D

public boolean isDisable3D()
Determines whether the 3D rendering is disabled. It's false by default.

Returns:
true if 3D rendering is disabled.

setDisable3D

public void setDisable3D(boolean value)
Sets whether the 3D rendering is disabled.

Parameters:
value - true to disable 3D rendering.

isDisableShadow

public boolean isDisableShadow()
Determines whether the shadow rendering is disabled. It's false by default.

Returns:
true if shadow rendering is disabled.

setDisableShadow

public void setDisableShadow(boolean value)
Setss whether the shadow rendering is disabled.

Parameters:
value - true to disable shadow rendering.

isHighPolyExtrusion

public boolean isHighPolyExtrusion()
Determines whether the smoother and high quality gradients used to draw 3D extrusion. Affects only 3D shapes with ThreeDRenderingType.SOLID. It's true by default.

Returns:
true if smoother and high quality gradients used to draw 3D extrusion.

setHighPolyExtrusion

public void setHighPolyExtrusion(boolean value)
Determines whether the smoother and high quality gradients used to draw 3D extrusion. Affects only 3D shapes with ThreeDRenderingType.SOLID.

Parameters:
value - true to use smoother and high quality gradients to draw 3D extrusion.