Interface IAreaContext

All Superinterfaces:
IContext, ILocationContext, IPropertyBag
All Known Subinterfaces:
IAddConnectionContext, IAddContext, ICreateContext, IResizeContext, IResizeShapeContext
All Known Implementing Classes:
AddConnectionContext, AddContext, AreaAnchorContext, AreaContext, CreateContext, ResizeContext, ResizeShapeContext

public interface IAreaContext extends ILocationContext
The interface IAreaContext. Types of this context describe an area, where features have to work in.
  • Method Details

    • getWidth

      int getWidth()
      Gets the width.
      Returns:
      the area's width
    • getHeight

      int getHeight()
      Gets the height.
      Returns:
      the area's height