com.rie.rieps.engine
Class DeviceParameter

java.lang.Object
  extended by com.rie.rieps.engine.DeviceParameter

public class DeviceParameter
extends java.lang.Object

Author:
Yves Piel

Field Summary
static DeviceParameter DUPLEX
          Parameter to set duplex mode.
static DeviceParameter MEDIA_TYPE
          Parameter to set the media type of pages.
static DeviceParameter PAGE_SIZE
          Parameter to set the page size.
static DeviceParameter TUMBLE
          Parameter to rotate 180 degrees the page. the value must be a boolean.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGE_SIZE

public static DeviceParameter PAGE_SIZE
Parameter to set the page size. The value must be a float array : [width, height].


DUPLEX

public static DeviceParameter DUPLEX
Parameter to set duplex mode. The value must be a boolean.


MEDIA_TYPE

public static DeviceParameter MEDIA_TYPE
Parameter to set the media type of pages. The value must be an integer.


TUMBLE

public static DeviceParameter TUMBLE
Parameter to rotate 180 degrees the page. the value must be a boolean.