|
TWE 2.4-1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgraph.graph.AbstractCellView
org.jgraph.graph.EdgeView
org.enhydra.jawe.components.graph.GraphTransitionViewInterface
Interface for representing a view for a JGraph's Transition objects.
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 |
public GraphTransitionViewInterface(java.lang.Object cell)
Method Detail |
public abstract void addPoint(Graph g, java.awt.Point p)
public abstract void removePoint(Graph g, java.awt.Point p)
|
TWE 2.4-1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |