de.cau.cs.kieler.klay.layered.graph
Class LInsets

java.lang.Object
  extended by de.cau.cs.kieler.klay.layered.graph.LInsets
Direct Known Subclasses:
LInsets.Double

public class LInsets
extends Object

Stores the insets of an object. This is only the abstract superclass. The actual storage representation of the insets is left to subclasses.

See Also:
LInsets.Double
Rating red

Nested Class Summary
static class LInsets.Double
          Specifies KInsets in double coordinates.
 
Constructor Summary
LInsets()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LInsets

public LInsets()