Search this API

y.module.io
Class GraphMLOutput

java.lang.Object
  extended by y.module.YModule
      extended by y.module.io.IOHandlerModule
          extended by y.module.io.GraphMLOutput

public class GraphMLOutput
extends IOHandlerModule

A module that exports graphs to GraphML format.

 

Field Summary
static java.lang.String IGNORE_GRAPHICS
           
static java.lang.String WRITE_DTD
           
static java.lang.String WRITE_EMBEDDED_RESOURCES
           
static java.lang.String WRITE_XML_SCHEMA
           
 
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
GraphMLOutput()
           
 
Method Summary
protected  IOHandler createIOHandler()
          Returns a new instance of GraphMLIOHandler.
 
Methods inherited from class y.module.io.IOHandlerModule
addTilingOptions, addViewPortOptions, adoptRenderingHints, adoptViewPortOptions, configureViewPort, getIOHandler, getIOMode, getURL, mainrun, setIOHandler, setIOMode, setURL
 
Methods inherited from class y.module.YModule
addModuleListener, createOptionHandler, createThread, dispose, exceptionHappened, fitGraph2DView, getAuthor, getDescription, getExitStatus, getGraph2D, getGraph2DView, getModuleListeners, getModuleName, getOptionHandler, getTimer, getView, init, initGuiFactory, 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

WRITE_DTD

public static final java.lang.String WRITE_DTD
See Also:
Constant Field Values

WRITE_XML_SCHEMA

public static final java.lang.String WRITE_XML_SCHEMA
See Also:
Constant Field Values

IGNORE_GRAPHICS

public static final java.lang.String IGNORE_GRAPHICS
See Also:
Constant Field Values

WRITE_EMBEDDED_RESOURCES

public static final java.lang.String WRITE_EMBEDDED_RESOURCES
See Also:
Constant Field Values
Constructor Detail

GraphMLOutput

public GraphMLOutput()
Method Detail

createIOHandler

protected IOHandler createIOHandler()
Returns a new instance of GraphMLIOHandler.

Specified by:
createIOHandler in class IOHandlerModule

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.