cz.cmc.tcgui
Class TCEdgeView

java.lang.Object
  extended byorg.jgraph.graph.AbstractCellView
      extended byorg.jgraph.graph.EdgeView
          extended bycz.cmc.tcgui.TCEdgeView
All Implemented Interfaces:
org.jgraph.graph.CellView, Serializable

public class TCEdgeView
extends org.jgraph.graph.EdgeView

Title: class TCEdgeView

Description: Superclass of views of TC edges

Copyright: Copyright (c) 2003

Company: CMC Computers

See Also:
Serialized Form

Nested Class Summary
static class TCEdgeView.FilterMatchRouting
          Title: class FilterMatchRouting Description: Routing for filter match edges Copyright: Copyright (c) 2003 Company: CMC Computers
 
Nested classes inherited from class org.jgraph.graph.EdgeView
org.jgraph.graph.EdgeView.EdgeHandle
 
Field Summary
static TCEdgeView.FilterMatchRouting FILTER_MATCH_ROUTING
           
 
Fields inherited from class org.jgraph.graph.EdgeView
beginShape, endShape, labelPosition, lineShape, points, renderer, shapeHits, sharedPath, source, target
 
Fields inherited from class org.jgraph.graph.AbstractCellView
allAttributes, attributes, cell, cellEditor, graph, childViews, mapper, parent
 
Constructor Summary
TCEdgeView(Object cell, org.jgraph.JGraph graph, org.jgraph.graph.CellMapper mapper)
           
 
Method Summary
 org.jgraph.graph.CellHandle getHandle(org.jgraph.graph.GraphContext ctx)
          
 
Methods inherited from class org.jgraph.graph.EdgeView
addPoint, getBounds, getEdgeRenderer, getLabelBounds, getLabelPosition, getLength, getPoint, getPointCount, getPoints, getRenderer, getShape, getSource, getTarget, intersects, isAddPointEvent, isConstrainedMoveEvent, isRemovePointEvent, refresh, removePoint, setLabelPosition, setPoint, setSource, setTarget, update
 
Methods inherited from class org.jgraph.graph.AbstractCellView
getAllAttributes, getAttributes, getBounds, getCell, getDescendantViews, getEditor, getGraph, getChildViews, getMapper, getModel, getParentView, getRendererComponent, childUpdated, isLeaf, removeFromParent, scale, setAttributes, setBounds, translate, updateAllAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILTER_MATCH_ROUTING

public static final TCEdgeView.FilterMatchRouting FILTER_MATCH_ROUTING
Constructor Detail

TCEdgeView

public TCEdgeView(Object cell,
                  org.jgraph.JGraph graph,
                  org.jgraph.graph.CellMapper mapper)
Method Detail

getHandle

public org.jgraph.graph.CellHandle getHandle(org.jgraph.graph.GraphContext ctx)