gishur.graph.gui
Class EdgeVisualization

java.lang.Object
  |
  +--gishur.graph.gui.Visualization
        |
        +--gishur.graph.gui.EdgeVisualization
All Implemented Interfaces:
java.io.Serializable

public class EdgeVisualization
extends Visualization

Visualization class storing Visualization information for a DisplayEdge.

Version:
1.0
Author:
Christoph Sachse
See Also:
Serialized Form

Method Summary
 int order()
           
 java.lang.String toString()
          Returns a string representation of the object.
 boolean validOrder()
           
 
Methods inherited from class gishur.graph.gui.Visualization
empty, getRegistered, register, toStringMembers, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Returns a string representation of the object. In general, the toString method returns a string that "textually represents" this object.
Overrides:
toString in class Visualization
Returns:
a string representation of the object.

order

public int order()

validOrder

public boolean validOrder()