Class Close
java.lang.Object
org.openscience.cdk.renderer.elements.path.PathElement
org.openscience.cdk.renderer.elements.path.Close
Indicates the closing point of the path.
- Author:
- Arvid
- Source code:
- main
- Belongs to CDK module:
- renderbasic
-
Field Summary
Fields inherited from class org.openscience.cdk.renderer.elements.path.PathElement
type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openscience.cdk.renderer.elements.path.PathElement
type
-
Constructor Details
-
Close
public Close()Make a Close PathElement.
-
-
Method Details
-
points
public float[] points()Get the points in the path.- Specified by:
points
in classPathElement
- Returns:
- a list of points
-
points
public void points(double[] coords) Load the provided array with the specified coordinates of this path element.- Specified by:
points
in classPathElement
- Parameters:
coords
- coordinates (length = 6)
-