Class CalculateAdditionalOptions
java.lang.Object
com._1c.g5.v8.dt.form.layout.model.calculation.CalculateAdditionalOptions
The additional parameters of the initial calculation.
-
Constructor Summary
ConstructorsConstructorDescriptionCalculateAdditionalOptions(int maxTargetWidth, int maxTargetHeight, boolean adpatedToMobilePlatform) Create instance. -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanvoidsetAdpatedToMobilePlatform(boolean adpatedToMobilePlatform) voidsetMaxTargetHeight(int maxTargetHeight) voidsetMaxTargetWidth(int maxTargetWidth)
-
Constructor Details
-
CalculateAdditionalOptions
public CalculateAdditionalOptions(int maxTargetWidth, int maxTargetHeight, boolean adpatedToMobilePlatform) Create instance.- Parameters:
maxTargetWidth-maxTargetHeight-adpatedToMobilePlatform-
-
-
Method Details
-
getMaxTargetWidth
public int getMaxTargetWidth()- Returns:
- the maxTargetWidth
-
setMaxTargetWidth
public void setMaxTargetWidth(int maxTargetWidth) - Parameters:
maxTargetWidth- the maxTargetWidth to set
-
getMaxTargetHeight
public int getMaxTargetHeight()- Returns:
- the maxTargetHeight
-
setMaxTargetHeight
public void setMaxTargetHeight(int maxTargetHeight) - Parameters:
maxTargetHeight- the maxTargetHeight to set
-
isAdpatedToMobilePlatform
public boolean isAdpatedToMobilePlatform()- Returns:
- the adpatedToMobilePlatform
-
setAdpatedToMobilePlatform
public void setAdpatedToMobilePlatform(boolean adpatedToMobilePlatform) - Parameters:
adpatedToMobilePlatform- the adpatedToMobilePlatform to set
-