Class PPNodeVizTriangle
- java.lang.Object
-
- com.actelion.research.chem.descriptor.flexophore.PPNodeVizTriangle
-
- All Implemented Interfaces:
java.lang.Comparable<PPNodeVizTriangle>
public class PPNodeVizTriangle extends java.lang.Object implements java.lang.Comparable<PPNodeVizTriangle>
-
-
Field Summary
Fields Modifier and Type Field Description doublearea
-
Constructor Summary
Constructors Constructor Description PPNodeVizTriangle(PPNodeViz n1, PPNodeViz n2, PPNodeViz n3)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(PPNodeVizTriangle ta)doublegetArea()static java.util.Comparator<PPNodeVizTriangle>getComparatorArea()CoordinatesgetCoordinatesA()CoordinatesgetCoordinatesB()CoordinatesgetCoordinatesC()PPNodeVizgetNodeA()PPNodeVizgetNodeB()PPNodeVizgetNodeC()voidsetArea(double area)java.lang.StringtoString()
-
-
-
Method Detail
-
getArea
public double getArea()
- Returns:
- the area
-
setArea
public void setArea(double area)
- Parameters:
area- the area to set
-
compareTo
public int compareTo(PPNodeVizTriangle ta)
- Specified by:
compareToin interfacejava.lang.Comparable<PPNodeVizTriangle>
-
getNodeA
public PPNodeViz getNodeA()
-
getNodeB
public PPNodeViz getNodeB()
-
getNodeC
public PPNodeViz getNodeC()
-
getCoordinatesA
public Coordinates getCoordinatesA()
-
getCoordinatesB
public Coordinates getCoordinatesB()
-
getCoordinatesC
public Coordinates getCoordinatesC()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComparatorArea
public static java.util.Comparator<PPNodeVizTriangle> getComparatorArea()
-
-