Class CalculateAdditionalOptions

java.lang.Object
com._1c.g5.v8.dt.form.layout.model.calculation.CalculateAdditionalOptions

public class CalculateAdditionalOptions extends Object
The additional parameters of the initial calculation.
  • 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