1 17 18 19 20 package org.apache.fop.render; 21 22 25 public interface RendererContextConstants { 26 27 28 String OUTPUT_STREAM = "outputStream"; 29 30 31 String PAGE_VIEWPORT = "pageViewport"; 32 33 34 String WIDTH = "width"; 35 36 37 String HEIGHT = "height"; 38 39 40 String XPOS = "xpos"; 41 42 43 String YPOS = "ypos"; 44 45 46 String HANDLER_CONFIGURATION = "cfg"; 47 48 52 String FOREIGN_ATTRIBUTES = "foreign-attributes"; 53 54 } 55 | Popular Tags |