com.yworks.yfiles.server.graphml.flexio.compat
Class Insets

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.compat.Insets

public class Insets
extends java.lang.Object

Compatibility class for the yFiles FLEX GraphML format.

This class represents insets.


Constructor Summary
Insets()
           
Insets(double left, double right, double top, double bottom)
           
 
Method Summary
 double getBottom()
           
 double getLeft()
           
 double getRight()
           
 double getTop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Insets

public Insets(double left,
              double right,
              double top,
              double bottom)

Insets

public Insets()
Method Detail

getLeft

public double getLeft()

getRight

public double getRight()

getTop

public double getTop()

getBottom

public double getBottom()


Copyright © 2000-2013 yWorks GmbH. All rights reserved