Class StiPoint
java.lang.Object
com.stimulsoft.base.system.geometry.StiPoint
- All Implemented Interfaces:
IStiSerializable,IStiSerializableToString
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
StiPoint
public StiPoint() -
StiPoint
public StiPoint(double x, double y)
-
-
Method Details
-
serialize
- Specified by:
serializein interfaceIStiSerializableToString
-
deserialize
- Specified by:
deserializein interfaceIStiSerializableToString
-
round
-
getX
- Returns:
- the x
-
setX
- Parameters:
x- the x to set
-
getY
- Returns:
- the y
-
setY
- Parameters:
y- the y to set
-
getEmpty
-
getValue
-
clone
-
equals
-
toString
-