cz.cmc.tcgui
Class TCPortView

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

public class TCPortView
extends org.jgraph.graph.PortView

Title: Class TCPortView

Description: Superclass for Port views for tcgui

Copyright: Copyright (c) 2003

Company: CMC Computers

See Also:
Serialized Form

Nested Class Summary
static class TCPortView.TCPortRenderer
          Title: class TCPortRenderer Description: Common superclass for tc port renderers Copyright: Copyright (c) 2003 Company: CMC Computers
 
Field Summary
 
Fields inherited from class org.jgraph.graph.PortView
lastParent, renderer, size
 
Fields inherited from class org.jgraph.graph.AbstractCellView
allAttributes, attributes, cell, cellEditor, graph, childViews, mapper, parent
 
Constructor Summary
TCPortView(Object cell, org.jgraph.JGraph graph, org.jgraph.graph.CellMapper mapper)
           
 
Method Summary
 org.jgraph.graph.CellViewRenderer getRenderer()
           
 
Methods inherited from class org.jgraph.graph.PortView
getBounds, getEdgePoint, getHandle, getLocation, getNextPoint, getParentView
 
Methods inherited from class org.jgraph.graph.AbstractCellView
getAllAttributes, getAttributes, getBounds, getCell, getDescendantViews, getEditor, getGraph, getChildViews, getMapper, getModel, getRendererComponent, childUpdated, intersects, isLeaf, refresh, removeFromParent, scale, setAttributes, setBounds, translate, update, updateAllAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPortView

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

getRenderer

public org.jgraph.graph.CellViewRenderer getRenderer()
Returns:
renderer for TCPortView