All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.samples.net.NodeFigure
CH.ifa.draw.standard.AbstractFigure
|
+----CH.ifa.draw.figures.AttributeFigure
|
+----CH.ifa.draw.figures.TextFigure
|
+----CH.ifa.draw.samples.net.NodeFigure
- public class NodeFigure
- extends TextFigure
-
NodeFigure()
-
-
connectorAt(int, int)
-
-
connectorVisibility(boolean)
-
-
containsPoint(int, int)
- Checks if a point is inside the figure.
-
displayBox()
- Gets the display box of a figure.
-
draw(Graphics)
-
-
handles()
- Returns the handles of a Figure that can be used
to manipulate some of its attributes.
NodeFigure
public NodeFigure()
displayBox
public Rectangle displayBox()
- Gets the display box of a figure.
- Overrides:
- displayBox in class TextFigure
containsPoint
public boolean containsPoint(int x,
int y)
- Checks if a point is inside the figure.
- Overrides:
- containsPoint in class AbstractFigure
draw
public void draw(Graphics g)
handles
public Vector handles()
- Returns the handles of a Figure that can be used
to manipulate some of its attributes.
- Overrides:
- handles in class TextFigure
connectorVisibility
public void connectorVisibility(boolean isVisible)
- Overrides:
- connectorVisibility in class AbstractFigure
connectorAt
public Connector connectorAt(int x,
int y)
- Overrides:
- connectorAt in class AbstractFigure
All Packages Class Hierarchy This Package Previous Next Index