|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--y.view.EdgeRealizer
|
+--y.view.PolyLineEdgeRealizer
An edge realizer that displays an edge as a polyline. A polyline consists of a sequence of straigt line segments. The position of the bends determine the junction points of these segments. A special feature of this realizer is to draw a circular shaped edgepath for selfloop edges that to no contain any bends.
| Field Summary |
| Fields inherited from class y.view.EdgeRealizer |
bends, path |
| Constructor Summary | |
PolyLineEdgeRealizer()
Constructs a new PolyLineEdgeRealizer with no bends. |
|
PolyLineEdgeRealizer(EdgeRealizer er)
Constructs a new PolyLineEdgeRealizer as a copy of the given realizer. |
|
| Method Summary | |
protected void |
calculatePath()
Calculates the visible path of this realizer. |
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. |
boolean |
getSmoothedBends()
Returns whether or not to draw bends in a smoothed fashion. |
Bend |
insertBend(double x,
double y)
Adds a new bend to this realizer and returns it. |
boolean |
pathIntersects(Rectangle2D box,
boolean considerLabels)
This method complements the EdgeRealizer.contains(double,double) method.
|
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 |
setSmoothedBends(boolean b)
Sets whether or not to draw bends in a smoothed fashion. |
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 PolyLineEdgeRealizer()
public PolyLineEdgeRealizer(EdgeRealizer er)
| Method Detail |
public EdgeRealizer createCopy(EdgeRealizer er)
createCopy in class EdgeRealizerpublic void setSmoothedBends(boolean b)
public boolean getSmoothedBends()
public Bend createBend(double x,
double y,
Bend refBend,
int dir)
createBend in class EdgeRealizerx - 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 edge
public void reInsertBend(Bend bend,
Bend refBend,
int dir)
EdgeRealizer
reInsertBend in class EdgeRealizerbend - 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 EdgeRealizerx - X-coordinates of the bendy - Y-coordinates of the bendpublic Bend removeBend(Bend b)
removeBend in class EdgeRealizerb - Bend to be removed
public int containsSeg(double dx,
double dy)
containsSeg in class EdgeRealizer
public boolean pathIntersects(Rectangle2D box,
boolean considerLabels)
EdgeRealizerEdgeRealizer.contains(double,double) method.
Its primary use is for checking whether or not an edge lies within
the bounds of a selection box.
pathIntersects in class EdgeRealizerbox - the box that will be used for the intersectiontestconsiderLabels - if true, labels will be considered
protected void calculatePath()
calculatePath in class EdgeRealizerEdgeRealizer.path
public void write(ObjectOutputStream out)
throws IOException
write in class EdgeRealizerIOException
public void read(ObjectInputStream in)
throws IOException,
ClassNotFoundException
PolyLineEdgeRealizer.write(ObjectOutputStream) method.
read in class EdgeRealizerIOException
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 | |||||||||