public class NodeView
extends java.lang.Object
| Constructor and Description |
|---|
NodeView(java.lang.String label,
int eventIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(java.awt.Graphics2D g,
java.awt.Stroke wedgeStroke,
int x,
int y,
int width,
int height,
boolean isSelected,
java.awt.Color color) |
int |
getEndX() |
int |
getEndY() |
int |
getEventIndex() |
java.lang.String |
getLabel() |
int |
getMidA() |
int |
getMidB() |
int |
getMidY() |
NodeBlockView |
getNodeBlockView() |
int |
getX() |
int |
getY() |
void |
setNodeBlockView(NodeBlockView nodeBlock) |
public void draw(java.awt.Graphics2D g,
java.awt.Stroke wedgeStroke,
int x,
int y,
int width,
int height,
boolean isSelected,
java.awt.Color color)
public int getX()
public int getY()
public NodeBlockView getNodeBlockView()
public void setNodeBlockView(NodeBlockView nodeBlock)
public int getEndX()
public int getEndY()
public int getMidB()
public int getMidA()
public int getMidY()
public java.lang.String getLabel()
public int getEventIndex()