com.yworks.yfiles.bpmn.view
Class PoolPainters

java.lang.Object
  extended bycom.yworks.yfiles.bpmn.view.PoolPainters

public class PoolPainters
extends Object

GenericNodeRealizer.Painter implementations for BPMN pools. The painter implementations provided by this class are meant to be used as subordinate painters for TableNodePainter.

 

Nested Class Summary
static class PoolPainters.LaneBackgroundPoolPainter
          Painter implementation to draw the background of BPMN pool nodes.
static class PoolPainters.LaneForegroundPoolPainter
          Painter implementation to draw the foreground of BPMN pool nodes.
static class PoolPainters.LaneHeaderPoolPainter
          Painter implementation to draw the lane header of BPMN pool nodes.
 
Field Summary
static String LANE_STYLE_COLUMNS
          Style property value for key POOL_LANE_STYLE that triggers "column style" painting of BPMN pool nodes.
static String LANE_STYLE_ROWS
          Style property value for key POOL_LANE_STYLE that triggers "row style" painting of BPMN pool nodes.
static String POOL_HEADER_COLOR_ALTERNATING
          Style property key for alternating header color of a BPMN Pool node.
static String POOL_HEADER_COLOR_MAIN
          Style property key for main header color of a BPMN Pool node.
static String POOL_LANE_COLOR_ALTERNATING
          Style property key for alternating lane color of a BPMN Pool node.
static String POOL_LANE_COLOR_MAIN
          Style property key for main lane color of a BPMN Pool node.
static String POOL_LANE_STYLE
          Style property key for lane painting style of BPMN Pool nodes.
static String POOL_TABLE_SECTION_COLOR
          Style property key for section color a BPMN Pool node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POOL_LANE_STYLE

public static final String POOL_LANE_STYLE
Style property key for lane painting style of BPMN Pool nodes. The proprty value has to be either LANE_STYLE_COLUMNS or LANE_STYLE_ROWS.

See Also:
Constant Field Values

LANE_STYLE_COLUMNS

public static final String LANE_STYLE_COLUMNS
Style property value for key POOL_LANE_STYLE that triggers "column style" painting of BPMN pool nodes.

See Also:
Constant Field Values

LANE_STYLE_ROWS

public static final String LANE_STYLE_ROWS
Style property value for key POOL_LANE_STYLE that triggers "row style" painting of BPMN pool nodes.

See Also:
Constant Field Values

POOL_LANE_COLOR_MAIN

public static final String POOL_LANE_COLOR_MAIN
Style property key for main lane color of a BPMN Pool node. The property value has to be of type Color.

See Also:
Constant Field Values

POOL_LANE_COLOR_ALTERNATING

public static final String POOL_LANE_COLOR_ALTERNATING
Style property key for alternating lane color of a BPMN Pool node. The property value has to be of type Color.

See Also:
Constant Field Values

POOL_HEADER_COLOR_MAIN

public static final String POOL_HEADER_COLOR_MAIN
Style property key for main header color of a BPMN Pool node. The property value has to be of type Color.

See Also:
Constant Field Values

POOL_HEADER_COLOR_ALTERNATING

public static final String POOL_HEADER_COLOR_ALTERNATING
Style property key for alternating header color of a BPMN Pool node. The property value has to be of type Color.

See Also:
Constant Field Values

POOL_TABLE_SECTION_COLOR

public static final String POOL_TABLE_SECTION_COLOR
Style property key for section color a BPMN Pool node. The property value has to be of type Color.

See Also:
Constant Field Values


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