Class LocationInfo

java.lang.Object
org.eclipse.graphiti.util.LocationInfo
All Implemented Interfaces:
ILocationInfo

public class LocationInfo extends Object implements ILocationInfo
The Class LocationInfo.
  • Constructor Details

    • LocationInfo

      public LocationInfo(Shape shape, GraphicsAlgorithm graphicsAlgorithm)
      Creates a new LocationInfo with given shape and graphics algorithm.
      Parameters:
      shape - the shape
      graphicsAlgorithm - the graphics algorithm
  • Method Details