TWE 2.4-1 API

org.enhydra.jawe.components.graph
Class GraphPortViewInterface

java.lang.Object
  extended byorg.jgraph.graph.AbstractCellView
      extended byorg.jgraph.graph.PortView
          extended byorg.enhydra.jawe.components.graph.GraphPortViewInterface
All Implemented Interfaces:
org.jgraph.graph.CellView, java.io.Serializable
Direct Known Subclasses:
DefaultGraphPortView

public abstract class GraphPortViewInterface
extends org.jgraph.graph.PortView

Interface for representing a view for a JGraph's port objects.

Author:
Sasa Bojanic
See Also:
Serialized Form

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, childViews, groupBounds, parent
 
Constructor Summary
GraphPortViewInterface(java.lang.Object cell)
           
 
Method Summary
abstract  GraphActivityInterface getGraphActivity()
           
abstract  java.awt.Dimension getPortSize()
           
abstract  void setPortSize(java.awt.Dimension d)
           
 
Methods inherited from class org.jgraph.graph.PortView
getBounds, getHandle, getLocation, getLocation, getLocation, getParentView, getRenderer, shouldInvokePortMagic
 
Methods inherited from class org.jgraph.graph.AbstractCellView
changeAttributes, childUpdated, createAttributeMap, getAllAttributes, getAttributes, getBounds, getCell, getCellAttributes, getCenterPoint, getChildViews, getDescendantViews, getEditor, getPerimeterPoint, getRendererComponent, includeInGroupBounds, intersects, isLeaf, mergeAttributes, refresh, removeFromParent, scale, setAttributes, setBounds, setCell, translate, update, updateGroupBounds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphPortViewInterface

public GraphPortViewInterface(java.lang.Object cell)
Method Detail

setPortSize

public abstract void setPortSize(java.awt.Dimension d)

getPortSize

public abstract java.awt.Dimension getPortSize()

getGraphActivity

public abstract GraphActivityInterface getGraphActivity()

TWE 2.4-1 API