|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ShapeDrawingOptions
public class ShapeDrawingOptions
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShapeDrawingOptions()
Method Detail |
---|
public boolean isDisable3D()
public void setDisable3D(boolean value)
value
- true to disable 3D rendering.public boolean isDisableShadow()
public void setDisableShadow(boolean value)
value
- true to disable shadow rendering.public boolean isHighPolyExtrusion()
public void setHighPolyExtrusion(boolean value)
value
- true to use smoother and high quality gradients to draw 3D extrusion.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |