Class SetScreenConfig

    • Method Detail

      • getOpCode

        public byte getOpCode()
        Specified by:
        getOpCode in interface XRequest
      • readSetScreenConfig

        public static SetScreenConfig readSetScreenConfig​(X11Input in)
                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        public void write​(byte offset,
                          X11Output out)
                   throws java.io.IOException
        Specified by:
        write in interface XRequest
        Throws:
        java.io.IOException
      • isRotationEnabled

        public boolean isRotationEnabled​(@NonNull
                                         @NonNull Rotation... maskEnums)
      • getSize

        public int getSize()
        Description copied from interface: XObject
        length of object expressed in units of 4 bytes
        Specified by:
        getSize in interface XObject
        Returns:
      • getWindow

        public int getWindow()
      • getTimestamp

        public int getTimestamp()
      • getConfigTimestamp

        public int getConfigTimestamp()
      • getSizeID

        public short getSizeID()
      • getRotation

        public short getRotation()
      • getRate

        public short getRate()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object