gnu.x11.extension
Class Print.Context.PageDimensionsReply

java.lang.Object
  extended by gnu.x11.Data
      extended by gnu.x11.extension.Print.Context.PageDimensionsReply
Enclosing class:
Print.Context

public class Print.Context.PageDimensionsReply
extends Data

Reply of Print.Context.page_dimensions().


Field Summary
 
Fields inherited from class gnu.x11.Data
data, index, offset
 
Constructor Summary
Print.Context.PageDimensionsReply(Data data)
           
 
Method Summary
 int height()
           
 int offset_x()
           
 int offset_y()
           
 int reproducible_x()
           
 int reproducible_y()
           
 java.lang.String toString()
           
 int width()
           
 
Methods inherited from class gnu.x11.Data
byte_to_string, len, len, n, np, p, pad, read_boolean, read_double, read_float, read_string, read1, read2, read4_boolean, read4, read8, to_string, unit, unit, unit, write_string16, write_string16, write_unused, write1_unused, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write2_unused, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write3_unused, write4_unused, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write8, write8, write8, write8, write8, write8, write8, write8
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Print.Context.PageDimensionsReply

public Print.Context.PageDimensionsReply(Data data)
Method Detail

width

public int width()

height

public int height()

offset_x

public int offset_x()

offset_y

public int offset_y()

reproducible_x

public int reproducible_x()

reproducible_y

public int reproducible_y()

toString

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