Class Point
- java.lang.Object
-
- com.hybris.cockpitng.components.visjs.network.data.Point
-
- All Implemented Interfaces:
java.io.Serializable
public class Point extends java.lang.Object implements java.io.SerializableRepresents a point. It uses theNumberto be compatible with Javascript's Number class.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPoint.Builder
-
Constructor Summary
Constructors Constructor Description Point(java.lang.Number x, java.lang.Number y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.NumbergetX()java.lang.NumbergetY()
-