com.arctorus.export.birt37x
Class EmitterConfig

java.lang.Object
  extended by com.arctorus.export.birt37x.EmitterConfig

public final class EmitterConfig
extends java.lang.Object

Defines emitter options.


Field Summary
static java.lang.String KEY_CHARTS_RESOLUTION
          Defines resolution of created chart images.
static java.lang.String KEY_PAGES_RANGE
          Defines range of pages to export.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_PAGES_RANGE

public static final java.lang.String KEY_PAGES_RANGE
Defines range of pages to export. The value should be String. All standard combinations can be used. That is "1,3,7,9", "1-5", "1,3,5-6". Also "odd" can be used to export only odd pages and "even" to export only even pages.

See Also:
Constant Field Values

KEY_CHARTS_RESOLUTION

public static final java.lang.String KEY_CHARTS_RESOLUTION
Defines resolution of created chart images. The value should be an Integer object. Default value used in Arctorus BIRT Emitters is 300 dpi. Standard BIRT's dpi is 96.

See Also:
Constant Field Values