|
Together Workflow Editor 3.0-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.VertexView
org.enhydra.jawe.components.graph.DefaultGraphActivityView
public class DefaultGraphActivityView
Represents a view for a model's Activity object.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jgraph.graph.VertexView |
---|
org.jgraph.graph.VertexView.SizeHandle |
Field Summary | |
---|---|
protected static java.util.Map |
renderers
|
Fields inherited from class org.jgraph.graph.VertexView |
---|
bounds, defaultBounds, defaultCursors, renderer, xCursors, yCursors |
Fields inherited from class org.jgraph.graph.AbstractCellView |
---|
allAttributes, attributes, cell, cellEditor, childViews, groupBounds, parent |
Constructor Summary | |
---|---|
DefaultGraphActivityView(java.lang.Object cell)
Constructs a activity view for the specified model object. |
Method Summary | |
---|---|
protected GraphActivityRendererInterface |
createRenderer(org.enhydra.shark.xpdl.elements.Activity act)
|
java.awt.geom.Rectangle2D |
getBounds()
Returns the bounding rectangle for this view. |
java.awt.geom.Point2D |
getPerimeterPoint(org.jgraph.graph.EdgeView edge,
java.awt.geom.Point2D source,
java.awt.geom.Point2D p)
|
org.jgraph.graph.CellViewRenderer |
getRenderer()
Returns a renderer for the class. |
Methods inherited from class org.jgraph.graph.VertexView |
---|
getCachedBounds, getCenterPoint, getHandle, getPerimeterPoint, setCachedBounds, update |
Methods inherited from class org.jgraph.graph.AbstractCellView |
---|
changeAttributes, childUpdated, createAttributeMap, getAllAttributes, getAttributes, getBounds, getCell, getCellAttributes, getCenterPoint, getChildViews, getDescendantViews, getEditor, getParentView, getRendererComponent, includeInGroupBounds, intersects, isLeaf, mergeAttributes, refresh, 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 |
Methods inherited from interface org.jgraph.graph.CellView |
---|
changeAttributes, childUpdated, getAllAttributes, getAttributes, getCell, getChildViews, getEditor, getHandle, getParentView, getRendererComponent, intersects, isLeaf, refresh, removeFromParent, update |
Field Detail |
---|
protected static java.util.Map renderers
Constructor Detail |
---|
public DefaultGraphActivityView(java.lang.Object cell)
cell
- reference to the model objectMethod Detail |
---|
public org.jgraph.graph.CellViewRenderer getRenderer()
getRenderer
in class org.jgraph.graph.VertexView
public java.awt.geom.Rectangle2D getBounds()
getBounds
in interface org.jgraph.graph.CellView
getBounds
in class org.jgraph.graph.VertexView
protected GraphActivityRendererInterface createRenderer(org.enhydra.shark.xpdl.elements.Activity act)
public java.awt.geom.Point2D getPerimeterPoint(org.jgraph.graph.EdgeView edge, java.awt.geom.Point2D source, java.awt.geom.Point2D p)
getPerimeterPoint
in interface org.jgraph.graph.CellView
getPerimeterPoint
in class org.jgraph.graph.VertexView
|
Together Workflow Editor 3.0-1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |