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

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

public class Insets
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:
Insets.Double
Rating red

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

Constructor Detail

Insets

public Insets()