| Constructor and Description |
|---|
ControlPointFactory(double x,
double y)
Creates a ControlPointFactory for creating Point2D with the given coordinates.
|
ControlPointFactory(Point2D point)
Creates a ControlPointFactory for creating Point2D with the given coordinates.
|
public ControlPointFactory(Point2D point)
point - the coordinates given to all Point2D created by this Factorypublic ControlPointFactory(double x,
double y)
x - the x-coordinates given to all Point2D created by this Factoryy - the y-coordinates given to all Point2D created by this FactoryCopyright © 2011-2014. All Rights Reserved.