|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jfimagine.jfgraph.geom.JFPoint
|
+--com.jfimagine.jfgraph.geom.JFEllipsePoint
JFEllipsePoint class. This class is an assistant class used to represent a certain position on an ellispe.
| Constructor Summary | |
JFEllipsePoint()
Constructor for JFEllipsePoint. |
|
JFEllipsePoint(JFEllipsePoint pnt)
Constructor for JFEllipsePoint. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a new object of the same class and with the same contents as this object. |
boolean |
equals(java.lang.Object obj,
boolean analog)
Determines whether or not two objects are equal. |
JFPoint |
getTargetPoint()
Get target point on one side of the outer rectangle. |
int |
getTargetSideType()
Get the target side type of current point. |
int |
hashCode()
Returns the hashcode for this Object. |
void |
setTargetSideType(int targetSideType)
Set the target side type of current point. |
void |
setValue(JFEllipsePoint pnt)
Set value of current JFEllipsePoint. |
java.lang.String |
toString()
Convert this object to String |
| Methods inherited from class com.jfimagine.jfgraph.geom.JFPoint |
contains, contains, distance, distance, equals, equals, flipBy, getMiddleUprightPoint, getSlope, getSlope, getX, getY, isValid, middleOf, middleOf, midPoint, midPoint, mirrorBy, moveBy, nearPoint, nearPoint, nearPoint, rotateBy, rotateBy, scaleBy, scaleBy, scaleBy, setValue, setValue, setX, setY |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JFEllipsePoint()
public JFEllipsePoint(JFEllipsePoint pnt)
pnt - A JFEllipsePoint.| Method Detail |
public int getTargetSideType()
public void setTargetSideType(int targetSideType)
targetSideType - A new target side typepublic JFPoint getTargetPoint()
public void setValue(JFEllipsePoint pnt)
public java.lang.String toString()
toString in class JFPoint
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class JFPointjava.lang.CloneNotSupportedExceptionpublic int hashCode()
hashCode in class JFPoint
public boolean equals(java.lang.Object obj,
boolean analog)
equals in class JFPointobj - an object to be compared with this objectanalog - True if use integer type to compare two points,False use double.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||