Class CmsPoint

java.lang.Object
org.opencms.ade.galleries.shared.CmsPoint
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsPoint extends Object implements com.google.gwt.user.client.rpc.IsSerializable
A point in 2D space.

  • Constructor Details

    • CmsPoint

      public CmsPoint(double x, double y)
      Creates a new instance.

      Parameters:
      x - the x coordinate
      y - the y coordinate
    • CmsPoint

      protected CmsPoint()
      Empty default constructor for serialization.

  • Method Details