Class PictureOptions
java.lang.Object
com.independentsoft.office.charts.PictureOptions
The Class PictureOptions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the format.doubleGets the picture stack unit.booleanChecks if is apply to end.booleanChecks if is apply to front.booleanChecks if is apply to sides.voidsetApplyToEnd(boolean applyToEnd)Sets the apply to end.voidsetApplyToFront(boolean applyToFront)Sets the apply to front.voidsetApplyToSides(boolean applyToSides)Sets the apply to sides.voidsetFormat(PictureFormat format)Sets the format.voidsetPictureStackUnit(double pictureStackUnit)Sets the picture stack unit.toString()
-
Constructor Details
-
PictureOptions
public PictureOptions()Instantiates a new picture options.
-
-
Method Details
-
clone
-
toString
-
isApplyToEnd
public boolean isApplyToEnd()Checks if is apply to end.- Returns:
- true, if is apply to end
-
setApplyToEnd
public void setApplyToEnd(boolean applyToEnd)Sets the apply to end.- Parameters:
applyToEnd- the new apply to end
-
isApplyToFront
public boolean isApplyToFront()Checks if is apply to front.- Returns:
- true, if is apply to front
-
setApplyToFront
public void setApplyToFront(boolean applyToFront)Sets the apply to front.- Parameters:
applyToFront- the new apply to front
-
isApplyToSides
public boolean isApplyToSides()Checks if is apply to sides.- Returns:
- true, if is apply to sides
-
setApplyToSides
public void setApplyToSides(boolean applyToSides)Sets the apply to sides.- Parameters:
applyToSides- the new apply to sides
-
getFormat
Gets the format.- Returns:
- the format
-
setFormat
Sets the format.- Parameters:
format- the new format
-
getPictureStackUnit
public double getPictureStackUnit()Gets the picture stack unit.- Returns:
- the picture stack unit
-
setPictureStackUnit
public void setPictureStackUnit(double pictureStackUnit)Sets the picture stack unit.- Parameters:
pictureStackUnit- the new picture stack unit
-