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

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

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

Painter implementation to draw the foreground of BPMN pool nodes.

 

Constructor Summary
PoolPainters.LaneForegroundPoolPainter(boolean paintRows)
          Creates an instance of the LaneForegroundPoolPainter.
 
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.LaneForegroundPoolPainter

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

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.