Schnittstelle BreakpointConditionLengthType


public interface BreakpointConditionLengthType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    true if the height is less than or
    equal to the condition value
    static final int
    true if the width is less than or
    equal to the condition value
    static final int
    true if the height is greater than or
    equal to the condition value
    static final int
    true if the width is greater than or
    equal to the condition value
  • Felddetails

    • MIN_WIDTH

      static final int MIN_WIDTH
      true if the width is greater than or
      equal to the condition value
      Siehe auch:
    • MAX_WIDTH

      static final int MAX_WIDTH
      true if the width is less than or
      equal to the condition value
      Siehe auch:
    • MIN_HEIGHT

      static final int MIN_HEIGHT
      true if the height is greater than or
      equal to the condition value
      Siehe auch:
    • MAX_HEIGHT

      static final int MAX_HEIGHT
      true if the height is less than or
      equal to the condition value
      Siehe auch: