|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point | |
---|---|
sddl.hierarchy |
Uses of Point in sddl.hierarchy |
---|
Methods in sddl.hierarchy that return Point | |
---|---|
Point |
Point.copy()
Returns a copy of this Point |
Point |
Path.getEndingTangent()
Gets the ending tangent of the Path, if there is one explicitly set |
Point |
Path.getStartingTangent()
Gets the starting tangent of the Path, if there is one explicitly set |
Methods in sddl.hierarchy with parameters of type Point | |
---|---|
void |
Path.setEndingTangent(Point endingTangent)
Sets the ending tangent of the Path |
void |
Arrow.setEndingTangent(Point dir)
Standard SDDL setter for endingTangent property |
void |
Path.setStartingTangent(Point startingTangent)
Sets the starting tangent of the Path |
void |
Arrow.setStartingTangent(Point dir)
Standard SDDL setter for startingTangent property |
void |
Arrow.setText(java.lang.String text,
double position,
Point dir,
boolean absolute)
Sets the text of an arrow at a particular position |
Constructors in sddl.hierarchy with parameters of type Point | |
---|---|
Path(java.util.LinkedList<AbstractPoint> list,
Point startingTangent,
Point endingTangent)
Java-only constructor with determined tangents |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |