com.moyosoft.connector.ms.excel
Class ThreeDFormat

java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.ThreeDFormat

public class ThreeDFormat
extends java.lang.Object


Constructor Summary
ThreeDFormat(Dispatch dispatch)
           
 
Method Summary
 int getCreator()
           
 float getDepth()
           
 Dispatch getDispatch()
           
 ColorFormat getExtrusionColor()
           
 int getExtrusionColorType()
           
 int getPerspective()
           
 int getPresetExtrusionDirection()
           
 int getPresetLightingDirection()
           
 int getPresetLightingSoftness()
           
 int getPresetMaterial()
           
 int getPresetThreeDFormat()
           
 float getRotationX()
           
 float getRotationY()
           
 int getVisible()
           
 void incrementRotationX(float value)
           
 void incrementRotationY(float value)
           
 void resetRotation()
           
 void setDepth(float value)
           
 void setExtrusionColorType(int value)
           
 void setExtrusionDirection(int value)
           
 void setPerspective(int value)
           
 void setPresetLightingDirection(int value)
           
 void setPresetLightingSoftness(int value)
           
 void setPresetMaterial(int value)
           
 void setRotationX(float value)
           
 void setRotationY(float value)
           
 void setThreeDFormat(int value)
           
 void setVisible(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreeDFormat

public ThreeDFormat(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getCreator

public int getCreator()

incrementRotationX

public void incrementRotationX(float value)

incrementRotationY

public void incrementRotationY(float value)

resetRotation

public void resetRotation()

setThreeDFormat

public void setThreeDFormat(int value)

setExtrusionDirection

public void setExtrusionDirection(int value)

getDepth

public float getDepth()

setDepth

public void setDepth(float value)

getExtrusionColor

public ColorFormat getExtrusionColor()

getExtrusionColorType

public int getExtrusionColorType()

setExtrusionColorType

public void setExtrusionColorType(int value)

getPerspective

public int getPerspective()

setPerspective

public void setPerspective(int value)

getPresetExtrusionDirection

public int getPresetExtrusionDirection()

getPresetLightingDirection

public int getPresetLightingDirection()

setPresetLightingDirection

public void setPresetLightingDirection(int value)

getPresetLightingSoftness

public int getPresetLightingSoftness()

setPresetLightingSoftness

public void setPresetLightingSoftness(int value)

getPresetMaterial

public int getPresetMaterial()

setPresetMaterial

public void setPresetMaterial(int value)

getPresetThreeDFormat

public int getPresetThreeDFormat()

getRotationX

public float getRotationX()

setRotationX

public void setRotationX(float value)

getRotationY

public float getRotationY()

setRotationY

public void setRotationY(float value)

getVisible

public int getVisible()

setVisible

public void setVisible(int value)