|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsddl.hierarchy.AbstractPoint
sddl.hierarchy.UnaryMapPoint
public class UnaryMapPoint
This class describes an Asymptote point. It can be preceded and followed by a string. This is used to implement some function calls on unknown value of points.
| Constructor Summary | |
|---|---|
UnaryMapPoint(AbstractPoint point)
Creates a UnaryMapPoint which possesses a point, but no prefix and suffix |
|
| Method Summary | |
|---|---|
UnaryMapPoint |
copy()
Returns a copy of this Point |
void |
setMapTypeMultiply(double value)
Modify the prefix and suffix string as to create a real-vector multiplication in Asymptote. |
java.lang.String |
solve()
Returns a String describing the point in Asymptote |
| Methods inherited from class sddl.hierarchy.AbstractPoint |
|---|
add, combine, multiply |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnaryMapPoint(AbstractPoint point)
point - The point to describe| Method Detail |
|---|
public java.lang.String solve()
solve in class AbstractPointpublic void setMapTypeMultiply(double value)
value - The real number multiplying the pointpublic UnaryMapPoint copy()
copy in class AbstractPoint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||