http://www.jpicedt.org

jpicedt.graphic.view
Class PicNodeConnectionView

java.lang.Object
  extended by jpicedt.graphic.view.AbstractView
      extended by jpicedt.graphic.view.LeafElementView
          extended by 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...)


Field Summary
 
Fields inherited from class jpicedt.graphic.view.LeafElementView
attrFactory, interiorPaint, leftArrow, outlinePaint, outlineStroke, overstrikeStroke, rightArrow, shadow, shadowPaint, shape
 
Fields inherited from class jpicedt.graphic.view.AbstractView
bounds, element, highlighter
 
Constructor Summary
PicNodeConnectionView(PicNodeConnection edge, AttributesViewFactory f)
          Deprecated. construct a new View for the given node connection
 
Method Summary
 PicNodeConnection getElement()
          Deprecated. Returns the element the View is responsible for rendering
 
Methods inherited from class jpicedt.graphic.view.LeafElementView
changedUpdate, hitTest, intersect, paint, syncArrowsAttributes, syncArrowsGeometry, syncAttributes, syncBounds, syncShadow, syncShape
 
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
 

Constructor Detail

PicNodeConnectionView

public PicNodeConnectionView(PicNodeConnection edge,
                             AttributesViewFactory f)
Deprecated. 
construct a new View for the given node connection

Method Detail

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.

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org