Class CMaximalExternalizedLocation


public class CMaximalExternalizedLocation extends CExternalizedLocation
A location representing an maximized externalized element.
Author:
Benjamin Sigg
  • Constructor Details

    • CMaximalExternalizedLocation

      public CMaximalExternalizedLocation(int x, int y, int width, int height)
      Creates a new location.
      Parameters:
      x - the x-coordinate in pixel
      y - the y-coordinate in pixel
      width - the width in pixel
      height - the height in pixel
    • CMaximalExternalizedLocation

      public CMaximalExternalizedLocation(CLocation parent, int x, int y, int width, int height)
      Creates a new location.
      Parameters:
      parent - the parent location, can be null
      x - the x-coordinate in pixel
      y - the y-coordinate in pixel
      width - the width in pixel
      height - the height in pixel
  • Method Details