Package | Description |
---|---|
org.jgraph.graph |
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph package. |
org.yawlfoundation.yawl.configuration | |
org.yawlfoundation.yawl.editor.ui.elements.view | |
org.yawlfoundation.yawl.editor.ui.net | |
org.yawlfoundation.yawl.editor.ui.plugin | |
org.yawlfoundation.yawl.worklet.graph |
Modifier and Type | Field and Description |
---|---|
protected VertexView |
VertexView.SizeHandle.vertex |
protected VertexView |
VertexRenderer.view
Cache the current shape for drawing.
|
Modifier and Type | Method and Description |
---|---|
protected VertexView |
DefaultCellViewFactory.createVertexView(java.lang.Object cell)
Constructs a VertexView view for the specified object.
|
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Point2D |
VertexRenderer.getPerimeterPoint(VertexView view,
java.awt.geom.Point2D source,
java.awt.geom.Point2D p)
Returns the intersection of the bounding rectangle and the straight line
between the source and the specified point p.
|
Constructor and Description |
---|
SizeHandle(VertexView vertexview,
GraphContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPlugin.performPreCellRenderingTasks(java.awt.Graphics2D g2,
VertexView view) |
Modifier and Type | Class and Description |
---|---|
class |
AtomicTaskView |
class |
CompositeTaskView |
class |
ConditionView |
class |
DecoratorView |
class |
InputConditionView |
class |
MultipleAtomicTaskView |
class |
MultipleCompositeTaskView |
class |
OutputConditionView |
class |
VertexContainerView |
Modifier and Type | Method and Description |
---|---|
VertexView |
NetGraph.getVertexViewFor(GraphCell cell) |
Modifier and Type | Method and Description |
---|---|
void |
YEditorPlugin.performPreCellRenderingTasks(java.awt.Graphics2D g2,
VertexView cell)
Called by the editor immediately before a task or condition is
rendered on the canvas.
|
void |
YEditorPluginAdapter.performPreCellRenderingTasks(java.awt.Graphics2D g2,
VertexView cell) |
void |
YPluginHandler.preCellRender(java.awt.Graphics2D g2,
VertexView cell) |
Modifier and Type | Class and Description |
---|---|
class |
PrimitiveCellView |
class |
TerminalCellView |