TWE 2.4-1 API

org.enhydra.jawe.components.graph
Class GraphTransitionViewInterface

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

public abstract class GraphTransitionViewInterface
extends org.jgraph.graph.EdgeView

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

Author:
Sasa Bojanic
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jgraph.graph.EdgeView
org.jgraph.graph.EdgeView.EdgeHandle
 
Field Summary
 
Fields inherited from class org.jgraph.graph.EdgeView
beginShape, cachedBounds, cachedExtraLabelBounds, cachedLabelBounds, endShape, extraLabelPositions, labelPosition, labelVector, lineShape, points, renderer, sharedPath, source, sourceParentView, target, targetParentView
 
Fields inherited from class org.jgraph.graph.AbstractCellView
allAttributes, attributes, cell, cellEditor, childViews, groupBounds, parent
 
Constructor Summary
GraphTransitionViewInterface(java.lang.Object cell)
           
 
Method Summary
abstract  void addPoint(Graph g, java.awt.Point p)
           
abstract  void removePoint(Graph g, java.awt.Point p)
           
 
Methods inherited from class org.jgraph.graph.EdgeView
addPoint, checkDefaultLabelPosition, getBounds, getExtraLabelBounds, getExtraLabelPosition, getHandle, getLabelBounds, getLabelPosition, getLabelVector, getLength, getNearestPoint, getPerimeterPoint, getPoint, getPointCount, getPointLocation, getPoints, getRenderer, getShape, getSource, getSourceParentView, getTarget, getTargetParentView, getVisibleParent, intersects, refresh, removePoint, setExtraLabelPosition, setLabelPosition, setPoint, setSource, setTarget, update
 
Methods inherited from class org.jgraph.graph.AbstractCellView
changeAttributes, childUpdated, createAttributeMap, getAllAttributes, getAttributes, getBounds, getCell, getCellAttributes, getCenterPoint, getChildViews, getDescendantViews, getEditor, getParentView, getRendererComponent, includeInGroupBounds, isLeaf, mergeAttributes, removeFromParent, scale, setAttributes, setBounds, setCell, translate, updateGroupBounds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphTransitionViewInterface

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

addPoint

public abstract void addPoint(Graph g,
                              java.awt.Point p)

removePoint

public abstract void removePoint(Graph g,
                                 java.awt.Point p)

TWE 2.4-1 API