yext.export.module
Class EPSOutputModule

java.lang.Object
  extended byy.module.YModule
      extended byy.module.io.IOHandlerModule
          extended byyext.export.module.OutputModule
              extended byyext.export.module.EPSOutputModule

public class EPSOutputModule
extends OutputModule


Field Summary
static String MODULE_NAME
           
protected static String OPTION_TEXT_RENDERING_POLICY
           
protected static String TAB_EPS
           
protected static String VALUE_PLAIN_TEXT
           
protected static String VALUE_PLAIN_TEXT_WITH_EMBEDDED_FONTS
           
protected static String VALUE_VECTORIZED_TEXT
           
 
Fields inherited from class y.module.io.IOHandlerModule
INPUT_MODE, OPTION_CLIP_GRAPH, OPTION_CLIP_TYPE, OPTION_CLIP_VIEW, OPTION_CUSTOM_HEIGHT, OPTION_CUSTOM_WIDTH, OPTION_GENERATE_HTML_TABLE, OPTION_MARGIN, OPTION_SCALING_FACTOR, OPTION_SIZE_TYPE, OPTION_SIZE_USE_CUSTOM_HEIGHT, OPTION_SIZE_USE_CUSTOM_WIDTH, OPTION_SIZE_USE_ORIGINAL, OPTION_TILE_COLUMN_COUNT, OPTION_TILE_ROW_COUNT, OPTION_TILING_ACTIVE, OUTPUT_MODE, TAB_TILING, TAB_VIEWPORT, vpc
 
Fields inherited from class y.module.YModule
FAILED, moduleListenerSupport, PRECONDITION_VIOLATED, SUCCESS
 
Constructor Summary
EPSOutputModule()
           
 
Method Summary
protected  void addEpsOptions(OptionHandler options)
           
protected  IOHandler createIOHandler()
           
protected  OptionHandler createOptionHandler()
           
protected  void mainrun()
           
 
Methods inherited from class y.module.io.IOHandlerModule
addTilingOptions, addViewPortOptions, adoptViewPortOptions, configureViewPort, getIOHandler, getIOMode, getURL, setIOHandler, setIOMode, setURL
 
Methods inherited from class y.module.YModule
addModuleListener, createThread, dispose, fitGraph2DView, getAuthor, getDescription, getExitStatus, getGraph2D, getGraph2DView, getModuleName, getOptionHandler, getTimer, getView, init, isAbortable, isBackupRealizersEnabled, removeModuleListener, run, setBackupRealizersEnabled, setExitStatus, setGraph2D, setModuleName, setOptionHandler, start, startAsThread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE_NAME

public static final String MODULE_NAME
See Also:
Constant Field Values

TAB_EPS

protected static final String TAB_EPS
See Also:
Constant Field Values

OPTION_TEXT_RENDERING_POLICY

protected static final String OPTION_TEXT_RENDERING_POLICY
See Also:
Constant Field Values

VALUE_PLAIN_TEXT

protected static final String VALUE_PLAIN_TEXT
See Also:
Constant Field Values

VALUE_PLAIN_TEXT_WITH_EMBEDDED_FONTS

protected static final String VALUE_PLAIN_TEXT_WITH_EMBEDDED_FONTS
See Also:
Constant Field Values

VALUE_VECTORIZED_TEXT

protected static final String VALUE_VECTORIZED_TEXT
See Also:
Constant Field Values
Constructor Detail

EPSOutputModule

public EPSOutputModule()
Method Detail

addEpsOptions

protected void addEpsOptions(OptionHandler options)

createIOHandler

protected IOHandler createIOHandler()

createOptionHandler

protected OptionHandler createOptionHandler()
Overrides:
createOptionHandler in class OutputModule

mainrun

protected void mainrun()
Overrides:
mainrun in class OutputModule


© Copyright 2007,
yWorks GmbH.
All rights reserved.