|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.view.EdgeRealizer | +--y.view.SplineEdgeRealizer
This realizer draws an edge as a natural cubic sline curve. The bends are interpreted as controlpoints for the curve. This curve type has the property that all control points actually lie on the curve itself.
Field Summary |
Fields inherited from class y.view.EdgeRealizer |
bends, path |
Constructor Summary | |
SplineEdgeRealizer()
Default Constructor. |
|
SplineEdgeRealizer(EdgeRealizer r)
Constrcts a new SplineEdgeRealizer as a copy of the given realizer. |
Method Summary | |
protected void |
calculatePath()
Recalculates the spline path after this realizer has been marked as dirty. |
int |
containsSeg(double dx,
double dy)
like contains(), but returns number of the hit segment, 0 otherwise. |
Bend |
createBend(double x,
double y,
Bend refBend,
int dir)
Add a new Bend to the edge |
EdgeRealizer |
createCopy(EdgeRealizer er)
Creates a copy of this realizer type that is initialized with the attributes of the given realizer. |
Bend |
insertBend(double x,
double y)
Adds a new bend to this realizer and returns it. |
void |
read(ObjectInputStream in)
Reads in the serialized form of this realizer. |
void |
reInsertBend(Bend bend,
Bend refBend,
int dir)
Reinserts a bend to the edge which had been removed before. |
Bend |
removeBend(Bend b)
Removes a Bend of this realizer |
void |
write(ObjectOutputStream out)
Writes out this realizer in a serialized form. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SplineEdgeRealizer()
public SplineEdgeRealizer(EdgeRealizer r)
Method Detail |
public EdgeRealizer createCopy(EdgeRealizer er)
createCopy
in class EdgeRealizer
public Bend createBend(double x, double y, Bend refBend, int dir)
createBend
in class EdgeRealizer
x
- X-coordinate of the Bendy
- Y-coordinate of the BendrefBend
- Bend which should be neighbourdir
- indicates if the new Bend should be added before
(Graph.BEFORE) or after (Graph.AFTER) the refBend in
the bend sequence of the edgepublic void reInsertBend(Bend bend, Bend refBend, int dir)
EdgeRealizer
reInsertBend
in class EdgeRealizer
bend
- the bend to be reinsertedrefBend
- reference bend already contained in this realizerdir
- indicates whether the bend should be inserted before or after the
reference bend.Allowed values are Graph.AFTER
and Graph.BEFORE
.public Bend insertBend(double x, double y)
insertBend
in class EdgeRealizer
x
- X-coordinates of the bendy
- Y-coordinates of the bendpublic Bend removeBend(Bend b)
removeBend
in class EdgeRealizer
b
- Bend to be removedprotected void calculatePath()
calculatePath
in class EdgeRealizer
EdgeRealizer.path
public int containsSeg(double dx, double dy)
containsSeg
in class EdgeRealizer
public void write(ObjectOutputStream out) throws IOException
write
in class EdgeRealizer
IOException
public void read(ObjectInputStream in) throws IOException, ClassNotFoundException
SplineEdgeRealizer.write(ObjectOutputStream)
method.
read
in class EdgeRealizer
IOException
ClassNotFoundException
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |