java.lang.Object
com.github.moaxcp.x11client.protocol.render.Transform
All Implemented Interfaces:
XObject, XStruct

public final class Transform extends Object implements XStruct
  • Method Details

    • readTransform

      public static Transform readTransform(X11Input in) throws IOException
      Throws:
      IOException
    • write

      public void write(X11Output out) throws IOException
      Specified by:
      write in interface XStruct
      Throws:
      IOException
    • 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:
    • builder

      public static Transform.TransformBuilder builder()
    • getMatrix11

      public int getMatrix11()
    • getMatrix12

      public int getMatrix12()
    • getMatrix13

      public int getMatrix13()
    • getMatrix21

      public int getMatrix21()
    • getMatrix22

      public int getMatrix22()
    • getMatrix23

      public int getMatrix23()
    • getMatrix31

      public int getMatrix31()
    • getMatrix32

      public int getMatrix32()
    • getMatrix33

      public int getMatrix33()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • getPluginName

      default String getPluginName()
      Specified by:
      getPluginName in interface XObject