|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectVertexView
edu.jhu.ece.iacl.jist.pipeline.graph.PipeAlgorithmGroupView
public class PipeAlgorithmGroupView
Algorithm group cell view.
| Nested Class Summary | |
|---|---|
static class |
PipeAlgorithmGroupView.ActivityRenderer
The Class ActivityRenderer. |
| Field Summary | |
|---|---|
static PipeAlgorithmGroupView.ActivityRenderer |
renderer
The renderer. |
| Constructor Summary | |
|---|---|
PipeAlgorithmGroupView()
Default constructor. |
|
| Method Summary | |
|---|---|
static int |
getArcSize(int width,
int height)
getArcSize calculates an appropriate arc for the corners of the rectangle for boundary size cases of width and height. |
PipeModuleCell |
getCell()
|
java.awt.geom.Point2D |
getPerimeterPoint(EdgeView edge,
java.awt.geom.Point2D source,
java.awt.geom.Point2D p)
Returns the intersection of the bounding rectangle and the straight line between the source and the specified point p. |
CellViewRenderer |
getRenderer()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static transient PipeAlgorithmGroupView.ActivityRenderer renderer
| Constructor Detail |
|---|
public PipeAlgorithmGroupView()
| Method Detail |
|---|
public static int getArcSize(int width,
int height)
width - the widthheight - the height
public PipeModuleCell getCell()
public java.awt.geom.Point2D getPerimeterPoint(EdgeView edge,
java.awt.geom.Point2D source,
java.awt.geom.Point2D p)
edge - the edgesource - the sourcep - the p
public CellViewRenderer getRenderer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||