org.bootchart.renderer
クラス EPSRenderer

java.lang.Object
  上位を拡張 org.bootchart.renderer.Renderer
      上位を拡張 org.bootchart.renderer.ImageRenderer
          上位を拡張 org.bootchart.renderer.EPSRenderer

public class EPSRenderer
extends ImageRenderer

EPSRenderer renders the boot chart as an EPS (encapsulated postscript) image.


フィールドの概要
static boolean COMPRESS_EPS
          Whether to compress EPS output.
 
クラス org.bootchart.renderer.ImageRenderer から継承されたフィールド
allowAlpha, g, img
 
コンストラクタの概要
EPSRenderer()
           
 
メソッドの概要
 String getFileSuffix()
          Returns the file suffix to use for the rendered image.
 void render(Properties headers, BootStats bootStats, OutputStream os)
          Render the chart.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

COMPRESS_EPS

public static final boolean COMPRESS_EPS
Whether to compress EPS output.

関連項目:
定数フィールド値
コンストラクタの詳細

EPSRenderer

public EPSRenderer()
メソッドの詳細

render

public void render(Properties headers,
                   BootStats bootStats,
                   OutputStream os)
            throws IOException
クラス ImageRenderer の記述:
Render the chart.

オーバーライド:
クラス ImageRenderer 内の render
パラメータ:
headers - header properties to include in the title banner
bootStats - boot statistics
os - the output stream to write t
例外:
IOException - if an I/O error occurs

getFileSuffix

public String getFileSuffix()
クラス Renderer の記述:
Returns the file suffix to use for the rendered image.

定義:
クラス ImageRenderer 内の getFileSuffix
戻り値:
file suffix