Draw2D v2.0

org.eclipse.draw2d
Class IFigure.NoInsets

java.lang.Object
  |
  +--org.eclipse.draw2d.geometry.Insets
        |
        +--org.eclipse.draw2d.IFigure.NoInsets
All Implemented Interfaces:
Cloneable, Serializable
Enclosing class:
IFigure

public static class IFigure.NoInsets
extends Insets

See Also:
Serialized Form

Fields inherited from class org.eclipse.draw2d.geometry.Insets
bottom, left, right, top
 
Method Summary
 boolean isEmpty()
          Returns whether this Insets has a value of zero for its top, left, right, and bottom values.
 
Methods inherited from class org.eclipse.draw2d.geometry.Insets
add, equals, getAdded, getHeight, getTransposed, getWidth, toString, transpose
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isEmpty

public boolean isEmpty()
Description copied from class: Insets
Returns whether this Insets has a value of zero for its top, left, right, and bottom values.
Overrides:
isEmpty in class Insets
Following copied from class: org.eclipse.draw2d.geometry.Insets
Returns:
Returns a true if all the spaces are zero, else returns false

Draw2D v2.0