com.yworks.yfiles.bpmn.view
Class BpmnActivityPainter
java.lang.Object
y.view.AbstractCustomNodePainter
com.yworks.yfiles.bpmn.view.AbstractBpmnPainter
com.yworks.yfiles.bpmn.view.BpmnActivityPainter
- All Implemented Interfaces:
- GenericNodeRealizer.ContainsTest, GenericNodeRealizer.Painter
- public class BpmnActivityPainter
- extends AbstractBpmnPainter
Painter implementation for activity nodes.
-
-
| Methods inherited from class y.view.AbstractCustomNodePainter |
backupGraphics, createSelectionColor, getFillColor, getFillColor2, getLineColor, getLinePaint, initializeFill, initializeLine, paint, paintHotSpots, paintPorts, paintSloppy, paintText, restoreGraphics |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BpmnActivityPainter
public BpmnActivityPainter()
- Initializes a new
BpmnActivityPainter instance.
getLineStroke
protected Stroke getLineStroke(NodeRealizer context,
boolean selected)
- Returns the stroke to draw the shape of the specified node depending on
the activity type defined in the given context.
Calls
getLineStrokeByType(y.view.NodeRealizer, ActivityTypeEnum).
- Parameters:
context - the representation of the node to paint.selected - whether the node is currently selected.
- Returns:
- the stroke to draw the shape of the specified node.
- See Also:
BpmnRealizerFactory.isTypeDependentLineStrokeEnabled(y.view.NodeRealizer)
getLineStrokeByType
protected Stroke getLineStrokeByType(NodeRealizer context,
ActivityTypeEnum type)
- Returns the stroke to draw the shape of the specified node depending on
the specified activity type.
- Parameters:
context - the representation of the node to paint.type - the activity type that determines the stroke to use.
- Returns:
- the stroke to draw the shape of the specified node.