Class PresetShadow
java.lang.Object
com.independentsoft.office.drawing.Color
com.independentsoft.office.drawing.PresetShadow
The Class PresetShadow.
-
Field Summary
Fields inherited from class com.independentsoft.office.drawing.Color
colorChoice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the direction.Gets the distance.getValue()Gets the value.voidsetDirection(int direction)Sets the direction.voidsetDistance(Unit distance)Sets the distance.voidsetValue(PresetShadowValue val)Sets the value.toString()Methods inherited from class com.independentsoft.office.drawing.Color
getColorChoice, setColorChoice
-
Constructor Details
-
PresetShadow
public PresetShadow()Instantiates a new preset shadow.
-
-
Method Details
-
clone
-
toString
-
getDirection
public int getDirection()Gets the direction.- Returns:
- the direction
-
setDirection
public void setDirection(int direction)Sets the direction.- Parameters:
direction- the new direction
-
getDistance
Gets the distance.- Returns:
- the distance
-
setDistance
Sets the distance.- Parameters:
distance- the new distance
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
val- the new value
-