com.yworks.yfiles.bpmn.view
Class PoolPainters.LaneHeaderPoolPainter

java.lang.Object
  extended bycom.yworks.yfiles.bpmn.view.PoolPainters.LaneHeaderPoolPainter
All Implemented Interfaces:
GenericNodeRealizer.Painter
Enclosing class:
PoolPainters

public static final class PoolPainters.LaneHeaderPoolPainter
extends Object
implements GenericNodeRealizer.Painter

Painter implementation to draw the lane header of BPMN pool nodes.

 

Constructor Summary
PoolPainters.LaneHeaderPoolPainter(boolean paintRows)
          Creates an instance of the LaneBackgroundPoolPainter.
 
Method Summary
 void paint(NodeRealizer context, Graphics2D graphics)
          Used as a callback for the GenericNodeRealizer.paint(java.awt.Graphics2D) method.
 void paintSloppy(NodeRealizer context, Graphics2D graphics)
          Used as a callback for the GenericNodeRealizer.paintSloppy(java.awt.Graphics2D) method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolPainters.LaneHeaderPoolPainter

public PoolPainters.LaneHeaderPoolPainter(boolean paintRows)
Creates an instance of the LaneBackgroundPoolPainter.

Parameters:
paintRows - determines weather to paint rows or columns
Method Detail

paint

public void paint(NodeRealizer context,
                  Graphics2D graphics)
Used as a callback for the GenericNodeRealizer.paint(java.awt.Graphics2D) method.

Specified by:
paint in interface GenericNodeRealizer.Painter

paintSloppy

public void paintSloppy(NodeRealizer context,
                        Graphics2D graphics)
Used as a callback for the GenericNodeRealizer.paintSloppy(java.awt.Graphics2D) method.

Specified by:
paintSloppy in interface GenericNodeRealizer.Painter


© Copyright 2010-2014,
yWorks GmbH.
All rights reserved.