infovis.graph.io
Class PajekGraphWriter
java.lang.Object
infovis.io.AbstractWriter
infovis.graph.io.DOTGraphWriter
infovis.graph.io.PajekGraphWriter
- All Implemented Interfaces:
- Orientable, SwingConstants
public class PajekGraphWriter
- extends DOTGraphWriter
Class PajekGraphWriter
- Version:
- $Revision: 1.5 $
- Author:
- Jean-Daniel Fekete
- InfoVis factory arguments:
- GraphWriterFactory net Pajek
Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Method Summary |
boolean |
write()
Abstract method that performs the actual writing of data. |
Methods inherited from class infovis.graph.io.DOTGraphWriter |
getColors, getEdgeId, getEdgeIdColumn, getLabels, getLayoutRatio, getOrientation, getShapes, getSize, getVertexId, getVertexIdColumn, quoteString, setColors, setEdgeIdColumn, setLabels, setLayoutRatio, setOrientation, setShapes, setSize, setVertexIdColumn, writeEdge, writeVertex |
Methods inherited from class infovis.io.AbstractWriter |
addAllColumnLabels, addColumnLabel, flush, getColumnLabelAt, getColumnLabels, getEncoding, getName, getOut, getWriter, namedType, setEncoding, write, write, writeBuffer, writeln |
PajekGraphWriter
public PajekGraphWriter(OutputStream out,
String name,
Graph graph)
PajekGraphWriter
public PajekGraphWriter(OutputStream out,
Graph graph)
write
public boolean write()
- Description copied from class:
AbstractWriter
- Abstract method that performs the actual writing of data.
- Overrides:
write
in class DOTGraphWriter
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.