jpicedt.graphic.view
Class PicNodeConnectionView
java.lang.Object
jpicedt.graphic.view.AbstractView
jpicedt.graphic.view.LeafElementView
jpicedt.graphic.view.PicNodeConnectionView
- All Implemented Interfaces:
- View
Deprecated.
public class PicNodeConnectionView
- extends LeafElementView
a View for rendering any concrete implementation of jpicedt.graphic.model.PicNodeConnection
This view is responsible for painting the edge only! Nodes are rendered with their own view (provided
they were added to the drawing at some early point...)
Methods inherited from class jpicedt.graphic.view.AbstractView |
getBounds, getContainer, getDrawing, getGraphics, getHighlighter, getParentView, getViewFactory, hitTest, intersect, paintHighlighter, repaint, setElement, setHighlighter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PicNodeConnectionView
public PicNodeConnectionView(PicNodeConnection edge,
AttributesViewFactory f)
- Deprecated.
- construct a new View for the given node connection
getElement
public PicNodeConnection getElement()
- Deprecated.
- Description copied from interface:
View
- Returns the element the View is responsible for rendering
- Specified by:
getElement
in interface View
- Overrides:
getElement
in class AbstractView
- Returns:
- the element the View is responsible for rendering.
Submit a bug : syd@jpicedt.org