Package org.openscience.cdk.sgroup
Class SgroupBracket
java.lang.Object
org.openscience.cdk.sgroup.SgroupBracket
Representation of an Sgroup bracket.
-
Constructor Summary
ConstructorsConstructorDescriptionSgroupBracket(double x1, double y1, double x2, double y2) Create an Sgroup bracket.Copy constructor. -
Method Summary
Modifier and TypeMethodDescriptionjavax.vecmath.Point2dFirst point of the bracket (x1,y1).javax.vecmath.Point2dSecond point of the bracket (x2,y2).toString()
-
Constructor Details
-
SgroupBracket
public SgroupBracket(double x1, double y1, double x2, double y2) Create an Sgroup bracket.- Parameters:
x1- first x coordy1- first y coordx2- second x coordy2- second y coord
-
SgroupBracket
Copy constructor.- Parameters:
org- original sgroup bracket
-
-
Method Details