com.hg.xdoc
接口 PaintableFormat

所有超级接口:
NamableFormat

public interface PaintableFormat
extends NamableFormat


方法摘要
 void begin(java.io.OutputStream out, int width, int height)
          开始
 void end()
          结束
 java.awt.Graphics2D nextPage()
          下一页
 
从接口 com.hg.xdoc.NamableFormat 继承的方法
getName
 

方法详细信息

begin

void begin(java.io.OutputStream out,
           int width,
           int height)
           throws java.lang.Exception
开始

参数:
out - out
width - width
height - height
抛出:
java.lang.Exception - 例外

nextPage

java.awt.Graphics2D nextPage()
                             throws java.lang.Exception
下一页

返回:
抛出:
java.lang.Exception

end

void end()
         throws java.lang.Exception
结束

抛出:
java.lang.Exception