Search this API

y.io.gml
Class InterEdgeEncoder

java.lang.Object
  extended by y.io.gml.InterEdgeEncoder
All Implemented Interfaces:
ObjectEncoder

public class InterEdgeEncoder
extends Object
implements ObjectEncoder

This class can encode InterEdges in valid GML


Constructor Summary
InterEdgeEncoder(HierarchicGraphObjectEncoder parent)
           
 
Method Summary
 void encode(Object item, GMLEncoder enc)
          This method will try to encode the given object using the GMLEncoder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterEdgeEncoder

public InterEdgeEncoder(HierarchicGraphObjectEncoder parent)
Method Detail

encode

public void encode(Object item,
                   GMLEncoder enc)
            throws IOException
Description copied from interface: ObjectEncoder
This method will try to encode the given object using the GMLEncoder

Specified by:
encode in interface ObjectEncoder
Throws:
IOException - in the case of an I/O exception
Parameters:
item - the object to be encoded
enc - an encoder

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