Class DisplayScaleData

java.lang.Object
org.csstudio.opibuilder.datadefinition.AbstractComplexData
org.csstudio.opibuilder.datadefinition.DisplayScaleData

public class DisplayScaleData extends AbstractComplexData
A complex properties data that holds display scale options.
  • Field Details

    • PROP_AUTO_SCALE_WIDGETS

      public static final String PROP_AUTO_SCALE_WIDGETS
      Automatically scale all widgets when display resizes. The scale behavior of each widget is determined by its scale options property.
      See Also:
    • PROP_MIN_HEIGHT

      public static final String PROP_MIN_HEIGHT
      The minimum height of the display to be allowed after scaling. The display will stop scaling height if height of the display after scaled will be less than this value. It will use display's original height as minimum height if this is set to -1.
      See Also:
    • PROP_MIN_WIDTH

      public static final String PROP_MIN_WIDTH
      The minimum width of the display to be allowed after scaling. The display will stop scaling width if height of the display after scaled will be less than this value. It will use display's original width as minimum width if this is set to -1.
      See Also:
  • Constructor Details

  • Method Details