|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsddl.hierarchy.AbstractPoint
sddl.hierarchy.Point
public class Point
This class represents a Point with absolute values in the two dimensional plane
Constructor Summary | |
---|---|
Point()
Standard SDDL constructor |
|
Point(double x,
double y)
Java-only constructor |
Method Summary | |
---|---|
Point |
copy()
Returns a copy of this Point |
java.lang.String |
solve()
Gives an Asymptote string describing the point |
java.lang.String |
toString()
Returns a string describing the Point, not necessarily Asymptote-like |
Methods inherited from class sddl.hierarchy.AbstractPoint |
---|
add, combine, multiply |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Point()
public Point(double x, double y)
x
- The x component of the pointy
- The y component of the pointMethod Detail |
---|
public java.lang.String solve()
solve
in class AbstractPoint
public java.lang.String toString()
toString
in class java.lang.Object
public Point copy()
copy
in class AbstractPoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |