A B C D E F G I L M N O P R S T U W

A

ABSTRACT - Static variable in class com.yworks.yfiles.bpmn.view.TaskTypeEnum
Type constant for an abstract task or non-task.
ACTIVITY_TYPE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a generic stateless activity.
ACTIVITY_TYPE_STATELESS_TASK_AD_HOC - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a stateless ad hoc activity.
ACTIVITY_TYPE_STATELESS_TASK_LOOP - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a stateless loop activity.
ACTIVITY_TYPE_STATELESS_TASK_MULTIPLE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a stateless parallel activity.
ACTIVITY_TYPE_STATELESS_TASK_PLAIN - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a stateless plain activity.
ACTIVITY_TYPE_SUBPROCESS_AD_HOC - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for an ad hoc sub-process activity.
ACTIVITY_TYPE_SUBPROCESS_LOOP - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a loop sub-process activity.
ACTIVITY_TYPE_SUBPROCESS_MULTIPLE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a parallel sub-process activity.
ACTIVITY_TYPE_SUBPROCESS_PLAIN - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a plain sub-process activity.
ACTIVITY_TYPE_TASK_AD_HOC - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for an ad hoc task activity.
ACTIVITY_TYPE_TASK_LOOP - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a loop task activity.
ACTIVITY_TYPE_TASK_MULTIPLE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a parallel task activity.
ACTIVITY_TYPE_TASK_PLAIN - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a plain task activity.
AD_HOC - Static variable in class com.yworks.yfiles.bpmn.view.MarkerTypeEnum
Type constant for an ad-hoc marker.
ARTIFACT_TYPE_ANNOTATION - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for an annotation.
ARTIFACT_TYPE_DATA_OBJECT - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a data object.
ARTIFACT_TYPE_DATA_STORE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a data store.
ARTIFACT_TYPE_GROUP - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a group.
ARTIFACT_TYPE_REPLY_MESSAGE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a reply message.
ARTIFACT_TYPE_REQUEST_MESSAGE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a request message.
AbstractBpmnPainter - class com.yworks.yfiles.bpmn.view.AbstractBpmnPainter.
Base class for BPMN painter/contains test implementations.
ActivityTypeEnum - class com.yworks.yfiles.bpmn.view.ActivityTypeEnum.
Type-safe enumeration for BPMN activity types.
addActivities(List) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Adds templates for BPMN activities to the list of available BPMN templates.
addArtifacts(List) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Adds templates for BPMN artifacts to the list of available BPMN templates.
addChoreographies(List) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Adds templates for BPMN choreographies to the list of available BPMN templates.
addConversations(List) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Adds templates for BPMN conversations to the list of available BPMN templates.
addDefaultTemplates(List) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Adds default BPMN templates to the palette list.
addEvents(List) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Adds templates for BPMN events to the list of available BPMN templates.
addGateways(List) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Adds templates for BPMN gateways to the list of available BPMN templates.
addPools(List) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Adds templates for BPMN pools to the list of available BPMN templates.
addProvider(GenericNodeRealizer.GenericSizeConstraintProvider) - Method in class com.yworks.yfiles.bpmn.view.CompositeMinimumSizeProvider
Adds a size constraint provider whose minimum size has to be included in this provider's minimum size calculation.
addRelations(List) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Adds templates for BPMN relations to the list of available BPMN templates.
addTemplate(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Appends the specified template to the palette.

B

BPMN_EDGE_TYPE_DPKEY - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
DataProvider key used to store the BPMN specific type for each edge.
BPMN_NODE_TYPE_DPKEY - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
DataProvider key used to store the BPMN specific type for each node.
BUSINESS_RULE - Static variable in class com.yworks.yfiles.bpmn.view.TaskTypeEnum
Type constant for a business role task.
BpmnActivityPainter - class com.yworks.yfiles.bpmn.view.BpmnActivityPainter.
Painter implementation for activity nodes.
BpmnActivityPainter() - Constructor for class com.yworks.yfiles.bpmn.view.BpmnActivityPainter
Initializes a new BpmnActivityPainter instance.
BpmnArtifactPainter - class com.yworks.yfiles.bpmn.view.BpmnArtifactPainter.
Painter implementation for artifact nodes.
BpmnArtifactPainter() - Constructor for class com.yworks.yfiles.bpmn.view.BpmnArtifactPainter
Initializes a new BpmnArtifactPainter instance.
BpmnChoreographyMinimumSizeProvider - class com.yworks.yfiles.bpmn.view.BpmnChoreographyMinimumSizeProvider.
Restricts the minimum size of a choreography node such that the node encompasses all of its choreography labels.
BpmnChoreographyMinimumSizeProvider() - Constructor for class com.yworks.yfiles.bpmn.view.BpmnChoreographyMinimumSizeProvider
 
BpmnChoreographyPainter - class com.yworks.yfiles.bpmn.view.BpmnChoreographyPainter.
Painter implementation for choreography nodes.
BpmnChoreographyPainter() - Constructor for class com.yworks.yfiles.bpmn.view.BpmnChoreographyPainter
Initializes a new BpmnChoreographyPainter instance.
BpmnConnectionPainter - class com.yworks.yfiles.bpmn.view.BpmnConnectionPainter.
Painter implementation for BPN connections that support bridge rendering.
BpmnConnectionPainter() - Constructor for class com.yworks.yfiles.bpmn.view.BpmnConnectionPainter
Initializes a new BpmnConnectionPainter instance.
BpmnConnectionPainter(GenericEdgeRealizer.Painter) - Constructor for class com.yworks.yfiles.bpmn.view.BpmnConnectionPainter
Initializes a new BpmnConnectionPainter instance.
BpmnConversationPainter - class com.yworks.yfiles.bpmn.view.BpmnConversationPainter.
Painter implementation for conversation nodes.
BpmnConversationPainter() - Constructor for class com.yworks.yfiles.bpmn.view.BpmnConversationPainter
Initializes a new BpmnConversationPainter instance.
BpmnElementTypes - class com.yworks.yfiles.bpmn.layout.BpmnElementTypes.
BPMN element types that are relevant for the BpmnLayouter.
BpmnEventPainter - class com.yworks.yfiles.bpmn.view.BpmnEventPainter.
Painter implementation for event nodes.
BpmnEventPainter() - Constructor for class com.yworks.yfiles.bpmn.view.BpmnEventPainter
Initializes a new BpmnEventPainter instance.
BpmnGatewayPainter - class com.yworks.yfiles.bpmn.view.BpmnGatewayPainter.
Painter implementation for gateway nodes.
BpmnGatewayPainter() - Constructor for class com.yworks.yfiles.bpmn.view.BpmnGatewayPainter
Initializes a new BpmnGatewayPainter instance.
BpmnGraphMLIOHandler - class com.yworks.yfiles.bpmn.io.BpmnGraphMLIOHandler.
Reads and writes a BPMN diagram in GraphML format.
BpmnGraphMLIOHandler() - Constructor for class com.yworks.yfiles.bpmn.io.BpmnGraphMLIOHandler
Initializes a new BpmnGraphMLIOHandler instance.
BpmnIcon - class com.yworks.yfiles.bpmn.view.BpmnIcon.
Displays BPMN data object type icons, marker icons, or task type icons.
BpmnIcon(DataObjectTypeEnum) - Constructor for class com.yworks.yfiles.bpmn.view.BpmnIcon
Initializes a new BpmnIcon instance that displays an icon corresponding to the specified data object type.
BpmnIcon(MarkerTypeEnum) - Constructor for class com.yworks.yfiles.bpmn.view.BpmnIcon
Initializes a new BpmnIcon instance that displays an icon corresponding to the specified marker.
BpmnIcon(TaskTypeEnum) - Constructor for class com.yworks.yfiles.bpmn.view.BpmnIcon
Initializes a new BpmnIcon instance that displays an icon corresponding to the specified task type.
BpmnIcon.Handler - class com.yworks.yfiles.bpmn.view.BpmnIcon.Handler.
Provides GraphML (de-)serialization support for BpmnIcon.
BpmnIcon.Handler() - Constructor for class com.yworks.yfiles.bpmn.view.BpmnIcon.Handler
 
BpmnIconDecorator - class com.yworks.yfiles.bpmn.view.BpmnIconDecorator.
Decorates an AbstractBpmnPainter to paint an icon on its shape.
BpmnIconDecorator(AbstractBpmnPainter) - Constructor for class com.yworks.yfiles.bpmn.view.BpmnIconDecorator
Initializes a new BpmnIconDecorator instance.
BpmnIconPainter - interface com.yworks.yfiles.bpmn.view.BpmnIconPainter.
Specifies the general contract for rendering BPMN icons in BPMN nodes.
BpmnLayoutConfigurator - class com.yworks.yfiles.bpmn.view.BpmnLayoutConfigurator.
Convenience class that prepares BPMN information provided by realizers created by BpmnRealizerFactory for assignment of layout information calculated by BpmnLayouter.
BpmnLayoutConfigurator() - Constructor for class com.yworks.yfiles.bpmn.view.BpmnLayoutConfigurator
 
BpmnLayouter - class com.yworks.yfiles.bpmn.layout.BpmnLayouter.
An automatic layout algorithm for BPMN collaboration diagrams.
BpmnLayouter() - Constructor for class com.yworks.yfiles.bpmn.layout.BpmnLayouter
 
BpmnMarkerDecorator - class com.yworks.yfiles.bpmn.view.BpmnMarkerDecorator.
Decorates an AbstractBpmnPainter instance to paint marker icons on the bottom center of its shape.
BpmnMarkerDecorator(AbstractBpmnPainter) - Constructor for class com.yworks.yfiles.bpmn.view.BpmnMarkerDecorator
Initializes a new BpmnMarkerDecorator instance.
BpmnPalette - class com.yworks.yfiles.bpmn.view.BpmnPalette.
A component that represents a palette of BPMN nodes or edges and allows to drag them into a Graph2DView.
BpmnPalette(Graph2DView) - Constructor for class com.yworks.yfiles.bpmn.view.BpmnPalette
Initializes a new BpmnPalette.
BpmnPropertyPanel - class com.yworks.yfiles.bpmn.view.BpmnPropertyPanel.
An editor component for properties of BPMN elements.
BpmnPropertyPanel(Graph2DView) - Constructor for class com.yworks.yfiles.bpmn.view.BpmnPropertyPanel
Initializes a new BpmnPropertyPanel for the specified view's graph.
BpmnPropertyPanel(Graph2D) - Constructor for class com.yworks.yfiles.bpmn.view.BpmnPropertyPanel
Initializes a new BpmnPropertyPanel for the specified graph.
BpmnRealizerFactory - class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory.
This is a factory for elements conforming to the Business Process Modeling Notation (BPMN).
BpmnTaskTypeDecorator - class com.yworks.yfiles.bpmn.view.BpmnTaskTypeDecorator.
Decorates an BpmnActivityPainter instance to paint task type icons on the upper left corner of its shape.
BpmnTaskTypeDecorator(AbstractBpmnPainter) - Constructor for class com.yworks.yfiles.bpmn.view.BpmnTaskTypeDecorator
Initializes a new BpmnTaskTypeDecorator instance.
BpmnTypeEnum - class com.yworks.yfiles.bpmn.view.BpmnTypeEnum.
Type-safe enumeration for BPMN node and edge types.
BpmnView - class com.yworks.yfiles.bpmn.view.BpmnView.
A component that visualizes BPMN diagrams.
BpmnView() - Constructor for class com.yworks.yfiles.bpmn.view.BpmnView
Initializes a new BpmnView.

C

CALL - Static variable in class com.yworks.yfiles.bpmn.view.ChoreographyTypeEnum
Type constant for a call choreography.
CALL_ACTIVITY - Static variable in class com.yworks.yfiles.bpmn.view.ActivityTypeEnum
Type constant for a call activity.
CALL_CONVERSATION - Static variable in class com.yworks.yfiles.bpmn.view.ConversationTypeEnum
Type constant for a call conversation.
CHOREOGRAPHY_TYPE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a BPMN choreography.
CLOSED - Static variable in class com.yworks.yfiles.bpmn.view.MarkerTypeEnum
Type constant for a closed sub-process marker.
COMMUNICATION - Static variable in class com.yworks.yfiles.bpmn.view.ConversationTypeEnum
Type constant for a communication.
COMPENSATION - Static variable in class com.yworks.yfiles.bpmn.view.MarkerTypeEnum
Type constant for a compensation marker.
CONNECTION_TYPE_ASSOCIATION - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for an association.
CONNECTION_TYPE_BIDIRECTED_ASSOCIATION - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a bidirectional association.
CONNECTION_TYPE_CONDITIONAL_FLOW - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a conditional flow.
CONNECTION_TYPE_CONVERSATION_LINK - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a conversation link.
CONNECTION_TYPE_DEFAULT_FLOW - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a default flow.
CONNECTION_TYPE_DIRECTED_ASSOCIATION - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for an unidirected association.
CONNECTION_TYPE_FORKED_CONVERSATION_LINK - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a forked conversation link.
CONNECTION_TYPE_MESSAGE_FLOW - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a message flow.
CONNECTION_TYPE_SEQUENCE_FLOW - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a sequence flow.
CONVERSATION_TYPE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a BPMN conversation.
ChoreographyLabelModel - class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel.
Label model for BPMN choreography nodes.
ChoreographyLabelModel() - Constructor for class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
 
ChoreographyLabelModel.Handler - class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel.Handler.
Handles serialization and deserialization of the model and its parameter.
ChoreographyLabelModel.Handler() - Constructor for class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel.Handler
 
ChoreographyLabelPainter - class com.yworks.yfiles.bpmn.view.ChoreographyLabelPainter.
Painter for the labels of the choreography nodes.
ChoreographyLabelPainter() - Constructor for class com.yworks.yfiles.bpmn.view.ChoreographyLabelPainter
 
ChoreographyLabelUtils - class com.yworks.yfiles.bpmn.view.ChoreographyLabelUtils.
Helper methods for choreography node label handling.
ChoreographyTypeEnum - class com.yworks.yfiles.bpmn.view.ChoreographyTypeEnum.
Type-safe enumeration for BPMN choreography types.
CompositeMinimumSizeProvider - class com.yworks.yfiles.bpmn.view.CompositeMinimumSizeProvider.
Restricts the minimum size of nodes by adding up minimum sizes from multiple GenericNodeRealizer.GenericSizeConstraintProvider implementations.
CompositeMinimumSizeProvider(boolean) - Constructor for class com.yworks.yfiles.bpmn.view.CompositeMinimumSizeProvider
Initializes a new CompositeMinimumSizeProvider instance.
ConversationTypeEnum - class com.yworks.yfiles.bpmn.view.ConversationTypeEnum.
Type-safe enumeration for BPMN conversation types.
canLayout(LayoutGraph) - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Returns true.
collapse(Node) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Collapses the collapsible BPMN node realizer.
com.yworks.yfiles.bpmn.io - package com.yworks.yfiles.bpmn.io
Provides classes for reading and writing Business Process Model and Notation diagrams from/to GraphML format.
com.yworks.yfiles.bpmn.layout - package com.yworks.yfiles.bpmn.layout
Contains the classes of the Business Process Model and Notation layout algorithm.
com.yworks.yfiles.bpmn.view - package com.yworks.yfiles.bpmn.view
Provides classes for viewing and editing Business Process Model and Notation diagrams.
contains(NodeRealizer, double, double) - Method in class com.yworks.yfiles.bpmn.view.AbstractBpmnPainter
Checks whether or not the visualization produced by this painter for the specified realizer contains the specified point.
contains(NodePort, double, double) - Method in class com.yworks.yfiles.bpmn.view.EventPortConfiguration
 
convertToPort(Graph2D, Node, Node) - Method in class com.yworks.yfiles.bpmn.view.EventPortSupport
Converts the given event node to node ports of the given activity node.
convertToPort(NodeRealizer, NodeRealizer, YPoint) - Method in class com.yworks.yfiles.bpmn.view.EventPortSupport
Converts the given event realizer to node ports of the given activity realizer.
createActivity(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Creates a BPMN activity node realizer for the given activity type.
createActivity(ActivityTypeEnum, TaskTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Creates a BPMN activity node realizer for the given activity type and task type.
createActivity(ActivityTypeEnum, TaskTypeEnum, MarkerTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Creates a BPMN activity node realizer for the given activity type, task type, and activity marker.
createActivity(ActivityTypeEnum, TaskTypeEnum, MarkerTypeEnum[]) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Creates a BPMN activity node realizer for the given activity type, task type, and activity markers.
createArtifact(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Creates a BPMN artifact node realizer for the given artifact type.
createArtifact(BpmnTypeEnum, DataObjectTypeEnum, MarkerTypeEnum[]) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Creates a BPMN artifact node realizer for the given artifact type, data object type, and artifact markers.
createChoreography(ChoreographyTypeEnum, MarkerTypeEnum[]) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Creates a BPMN choreography node realizer for the given choreography type and choreography markers.
createConnection(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns a BPMN connection edge realizer for the given connection type.
createConversation(ConversationTypeEnum, boolean) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Creates a BPMN conversation node realizer for the given conversation type.
createEvent(BpmnTypeEnum, EventCharEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns a BPMN event node realizer for the given event type and characteristic.
createEventPort(NodeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.EventPortSupport
Creates a free node port instance that is visualized using the specified node realizer.
createGateway(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns a BPMN gateway node realizer for the given gateway type.
createGraphMLHandler() - Method in class com.yworks.yfiles.bpmn.io.BpmnGraphMLIOHandler
Creates a GraphML handler that supports yBPMN specific features such as event node ports.
createModelParameter(OrientedRectangle, NodeLayout) - Method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
Returns the default model parameter.
createNameLabel(NodeRealizer, byte) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
Sets and returns the name label of the given node realizer for the given position.
createNameLabel(NodeRealizer, String) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelUtils
Adds a name label with the given text to the given node realizer of a choreography node.
createNodePortLayoutConfigurator() - Method in class com.yworks.yfiles.bpmn.view.BpmnLayoutConfigurator
Creates a configurator that translates node ports into strong port constraints at normal nodes and weak port constraints at group nodes.
createParticipantLabel(NodeRealizer, byte) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
Adds and returns a new participant label to the given node realizer for the given position.
createParticipantLabel(NodeRealizer, byte, String, Color) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelUtils
Adds a participant label with the given text and background color to the given position on the given node realizer of a choreography node.
createPool(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Creates a BPMN Pool node realizer.

D

DataObjectTypeEnum - class com.yworks.yfiles.bpmn.view.DataObjectTypeEnum.
Type-safe enumeration for data object types.
deleteLabel(NodeLabel) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelUtils
Deletes the given node label of its node realizer of a choreography node.
doLayout(LayoutGraph) - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Lays out the specified graph.

E

EDGE_TYPE_ASSOCIATION - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnElementTypes
Type constant for a BPMN connection type (association).
EDGE_TYPE_MESSAGE_FLOW - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnElementTypes
Type constant for a BPMN connection type (message flow).
EDGE_TYPE_SEQUENCE_FLOW - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnElementTypes
Type constant for a BPMN connection type (sequence flow).
EVENT_CHARACTERISTIC_END - Static variable in class com.yworks.yfiles.bpmn.view.EventCharEnum
Characteristic constant for an end event.
EVENT_CHARACTERISTIC_INTERMEDIATE_BOUNDARY_INTERRUPTING - Static variable in class com.yworks.yfiles.bpmn.view.EventCharEnum
Characteristic constant for an intermediate (boundary interrupting) events.
EVENT_CHARACTERISTIC_INTERMEDIATE_BOUNDARY_NON_INTERRUPTING - Static variable in class com.yworks.yfiles.bpmn.view.EventCharEnum
Characteristic constant for an intermediate (boundary non-interrupting) event.
EVENT_CHARACTERISTIC_INTERMEDIATE_CATCHING - Static variable in class com.yworks.yfiles.bpmn.view.EventCharEnum
Characteristic constant for an intermediate (catching) event.
EVENT_CHARACTERISTIC_INTERMEDIATE_THROWING - Static variable in class com.yworks.yfiles.bpmn.view.EventCharEnum
Characteristic constant for an intermediate (throwing) event.
EVENT_CHARACTERISTIC_START - Static variable in class com.yworks.yfiles.bpmn.view.EventCharEnum
Characteristic constant for a start (top level) event.
EVENT_CHARACTERISTIC_START_EVENT_SUB_PROCESS_INTERRUPTING - Static variable in class com.yworks.yfiles.bpmn.view.EventCharEnum
Characteristic constant for a start (event sub-process interrupting) event.
EVENT_CHARACTERISTIC_START_EVENT_SUB_PROCESS_NON_INTERRUPTING - Static variable in class com.yworks.yfiles.bpmn.view.EventCharEnum
Characteristic constant for a start (event sub-process non-interrupting) event.
EVENT_SUB_PROCESS - Static variable in class com.yworks.yfiles.bpmn.view.ActivityTypeEnum
Type constant for an event sub-process.
EVENT_TYPE_CANCEL - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a cancel event.
EVENT_TYPE_COMPENSATION - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a compensation event.
EVENT_TYPE_CONDITIONAL - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a conditional event.
EVENT_TYPE_ERROR - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for an error event.
EVENT_TYPE_ESCALATION - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for an escalation event.
EVENT_TYPE_LINK - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a link event.
EVENT_TYPE_MESSAGE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a message event.
EVENT_TYPE_MULTIPLE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for multiple events.
EVENT_TYPE_PARALLEL_MULTIPLE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for parallel multiple events.
EVENT_TYPE_PLAIN - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a plain event.
EVENT_TYPE_SIGNAL - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a signal event.
EVENT_TYPE_TERMINATE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a termination event.
EVENT_TYPE_TIMER - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a timer event.
EventCharEnum - class com.yworks.yfiles.bpmn.view.EventCharEnum.
Type-safe enumeration for BPMN event characteristics.
EventPortConfiguration - class com.yworks.yfiles.bpmn.view.EventPortConfiguration.
An adapter class that allows existing NodeRealizer implementations to be used for NodePort visualization.
EventPortConfiguration(EventPortConfiguration.EventProvider) - Constructor for class com.yworks.yfiles.bpmn.view.EventPortConfiguration
Initializes an new EventPortConfiguration instance that queries the specified event provider for the node realizer to visualize node ports.
EventPortConfiguration.EventProvider - interface com.yworks.yfiles.bpmn.view.EventPortConfiguration.EventProvider.
Provides the node realizer that has to be used as visual representation of node ports that use EventPortConfiguration.
EventPortConfiguration.UserDataEventProvider - class com.yworks.yfiles.bpmn.view.EventPortConfiguration.UserDataEventProvider.
EventProvider that retrieves the visual representation of a node port from the port's user data.
EventPortConfiguration.UserDataEventProvider() - Constructor for class com.yworks.yfiles.bpmn.view.EventPortConfiguration.UserDataEventProvider
 
EventPortIOHandler - class com.yworks.yfiles.bpmn.io.EventPortIOHandler.
Reads and writes a event port in GraphML format.
EventPortIOHandler.EventPortUserDataReader - class com.yworks.yfiles.bpmn.io.EventPortIOHandler.EventPortUserDataReader.
Deserializes the user data of a node port.
EventPortIOHandler.EventPortUserDataReader() - Constructor for class com.yworks.yfiles.bpmn.io.EventPortIOHandler.EventPortUserDataReader
 
EventPortIOHandler.EventPortUserDataWriter - class com.yworks.yfiles.bpmn.io.EventPortIOHandler.EventPortUserDataWriter.
Serializes the user data of a node port.
EventPortIOHandler.EventPortUserDataWriter() - Constructor for class com.yworks.yfiles.bpmn.io.EventPortIOHandler.EventPortUserDataWriter
 
EventPortSupport - class com.yworks.yfiles.bpmn.view.EventPortSupport.
Helper class for event port creation.
EventPortSupport() - Constructor for class com.yworks.yfiles.bpmn.view.EventPortSupport
Initializes a new EventPortSupport instance.
expand(Node) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Expands the collapsible BPMN node realizer.

F

findMouseInputEditor(NodeRealizer, Graph2DView, double, double, HitInfo) - Method in class com.yworks.yfiles.bpmn.view.BpmnMarkerDecorator
Returns an editor to handle mouse events for group/folder nodes that are configured to use this BpmnMarkerDecorator instance as their GenericNodeRealizer.GenericMouseInputEditorProvider.

G

GATEWAY_TYPE_COMPLEX - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a complex gateway.
GATEWAY_TYPE_DATA_BASED_EXCLUSIVE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a marked exclusive gateway.
GATEWAY_TYPE_EVENT_BASED_EXCLUSIVE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for an event-based gateway.
GATEWAY_TYPE_EVENT_BASED_EXCLUSIVE_START_PROCESS - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for an event-based gateway to start a process.
GATEWAY_TYPE_INCLUSIVE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for an inclusive gateway.
GATEWAY_TYPE_PARALLEL - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a parallel gateway.
GATEWAY_TYPE_PARALLEL_EVENT_BASED_EXCLUSIVE_START_PROCESS - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a parallel event-based gateway.
GATEWAY_TYPE_PLAIN - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a plain exclusive gateway.
getActivityAt(Graph2DView, double, double) - Method in class com.yworks.yfiles.bpmn.view.EventPortSupport
Retrieves an activity node at the given location in the specified view.
getActivityGroupNodeTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN activity group node types.
getActivityType(NodeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns the activity type constant of the given node realizer.
getActivityTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN activity types.
getArtifactTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN artifact types.
getAssociationTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN association types.
getBounds(NodePort) - Method in class com.yworks.yfiles.bpmn.view.EventPortConfiguration
 
getBridgeCalculator(EdgeRealizer, Graphics2D) - Method in class com.yworks.yfiles.bpmn.view.BpmnConnectionPainter
Retrieves the the currently used BridgeCalculator instance for the specified edge realizer and graphics context.
getByName(String) - Static method in class com.yworks.yfiles.bpmn.view.ActivityTypeEnum
Returns the activity type constant that corresponds to the given activity type name.
getByName(String) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Retrieves the BPMN type constant that corresponds to the specified type name.
getByName(String) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyTypeEnum
Returns the choreography type constant that corresponds to the given choreography type name.
getByName(String) - Static method in class com.yworks.yfiles.bpmn.view.ConversationTypeEnum
Returns the conversation type constant that corresponds to the given conversation type name.
getByName(String) - Static method in class com.yworks.yfiles.bpmn.view.DataObjectTypeEnum
Returns the data object type constant that corresponds to the given data object type name.
getByName(String) - Static method in class com.yworks.yfiles.bpmn.view.EventCharEnum
Retrieves the event characteristic constant that corresponds to the specified characteristic name.
getByName(String) - Static method in class com.yworks.yfiles.bpmn.view.MarkerTypeEnum
Retrieves the marker type constant that corresponds to the given marker name.
getByName(String) - Static method in class com.yworks.yfiles.bpmn.view.TaskTypeEnum
Retrieves the task type constant that corresponds to the given task type name.
getChoreographyType(NodeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns the choreography type constant of the given node realizer.
getChoreographyTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN choreography types.
getConnectionTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN connection types.
getConversationLinkTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN conversation link types.
getConversationType(NodeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns the conversation type constant of the given node realizer.
getConversationTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN conversation types.
getDataObjectType(NodeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns the data object type constant of the given node realizer.
getDefaultParameter() - Method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
Returns the model parameter for the centered name.
getEvent(NodePort) - Method in interface com.yworks.yfiles.bpmn.view.EventPortConfiguration.EventProvider
Returns the node realizer instance that should be used to visualize the specified node port.
getEvent(NodePort) - Method in class com.yworks.yfiles.bpmn.view.EventPortConfiguration.UserDataEventProvider
 
getEventCharacteristic(NodeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns the BPMN event characteristic of the given node realizer.
getEventCharacteristics() - Static method in class com.yworks.yfiles.bpmn.view.EventCharEnum
Returns an unmodifiable list of all BPMN event characteristics.
getEventProvider() - Method in class com.yworks.yfiles.bpmn.view.EventPortConfiguration
Returns the event provider used by this configuration.
getEventTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN event types.
getFillColor(NodeRealizer, boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnArtifactPainter
 
getFillColor2(NodeRealizer, boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnArtifactPainter
 
getFillPaint(NodeRealizer, boolean) - Method in class com.yworks.yfiles.bpmn.view.AbstractBpmnPainter
 
getGatewayTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN gateway types.
getIconBoundingBox(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.BpmnIconDecorator
Determines the bounds of the icon that is painted by this decorator.
getIconBoundingBox(NodeRealizer, Rectangle2D) - Method in class com.yworks.yfiles.bpmn.view.BpmnIconDecorator
Determines the bounds of the icon that is painted by this decorator.
getIconBoundingBox(NodeRealizer, Rectangle2D) - Method in class com.yworks.yfiles.bpmn.view.BpmnMarkerDecorator
 
getIconBoundingBox(NodeRealizer, Rectangle2D) - Method in class com.yworks.yfiles.bpmn.view.BpmnTaskTypeDecorator
 
getIconBox(YLabel) - Method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelPainter
 
getIconFillColor() - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon
Returns the primary fill color of this icon.
getIconFillColor2() - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon
Returns the secondary fill color of this icon.
getIconHeight() - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon
Determines the height of the icon.
getIconLineColor() - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon
Returns the line color of this icon.
getIconPainter(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.BpmnIconDecorator
Returns the icon that is painted by this decorator.
getIconPainter(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.BpmnMarkerDecorator
Returns a painter painting all marker icons for the specified node.
getIconPainter(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.BpmnTaskTypeDecorator
 
getIconType() - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon
Returns the type specifier identifying the displayed data object type, marker, or task type.
getIconWidth() - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon
Determines the width of the icon.
getLabelCandidates(NodeLabelLayout, NodeLayout) - Method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
Returns a list of possible label candidates.
getLabelPlacement(YDimension, NodeLayout, Object) - Method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
Returns the placement of a label with the given model parameter.
getLaneInsets() - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Returns the insets used for swimlanes.
getLayoutMode() - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Returns the used layout mode.
getLayoutOrientation() - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Returns the layout orientation.
getLineStroke(NodeRealizer, boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnActivityPainter
Returns the stroke to draw the shape of the specified node depending on the activity type defined in the given context.
getLineStroke(NodeRealizer, boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnArtifactPainter
Returns the stroke to draw the shape of the specified node depending on the artifact type defined in the given context.
getLineStroke(NodeRealizer, boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnChoreographyPainter
Returns the stroke to draw the shape of the specified node depending on the choreography type defined in the given context.
getLineStroke(NodeRealizer, boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnConversationPainter
Returns the stroke to draw the shape of the specified node depending on the conversation type defined in the given context.
getLineStroke(NodeRealizer, boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnEventPainter
Returns the stroke to draw the shape of the specified node depending on the event characteristic defined in the given context.
getLineStroke(NodeRealizer, boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnGatewayPainter
Returns the stroke to draw the shape of the specified node depending on the gateway type defined in the given context.
getLineStrokeByType(NodeRealizer, ActivityTypeEnum) - Method in class com.yworks.yfiles.bpmn.view.BpmnActivityPainter
Returns the stroke to draw the shape of the specified node depending on the specified activity type.
getLineStrokeByType(NodeRealizer, BpmnTypeEnum) - Method in class com.yworks.yfiles.bpmn.view.BpmnArtifactPainter
Returns the stroke to draw the shape of the specified node depending on the specified artifact type.
getLineStrokeByType(NodeRealizer, ChoreographyTypeEnum) - Method in class com.yworks.yfiles.bpmn.view.BpmnChoreographyPainter
Returns the stroke to draw the shape of the specified node depending on the specified choreography type.
getLineStrokeByType(NodeRealizer, ConversationTypeEnum) - Method in class com.yworks.yfiles.bpmn.view.BpmnConversationPainter
Returns the stroke to draw the shape of the specified node depending on the specified conversation type.
getLineStrokeByType(NodeRealizer, EventCharEnum) - Method in class com.yworks.yfiles.bpmn.view.BpmnEventPainter
Returns the stroke to draw the shape of the specified node depending on the specified event characteristic.
getLineStrokeByType(NodeRealizer, BpmnTypeEnum) - Method in class com.yworks.yfiles.bpmn.view.BpmnGatewayPainter
Returns the stroke to draw the shape of the specified node depending on the specified gateway type.
getLocalized(String) - Method in class com.yworks.yfiles.bpmn.view.BpmnView
Returns the localized text for the specified key.
getMargin(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.CompositeMinimumSizeProvider
Returns a horizontal and vertical margin that is added to the width and height of the minimum size calculated by this size constraint provider.
getMarkerIconPainter(MarkerTypeEnum) - Method in class com.yworks.yfiles.bpmn.view.BpmnMarkerDecorator
Retrieves an icon painter for the specified marker type.
getMarkers(NodeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns the BPMN markers of the given node realizer.
getMaximumSize(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.BpmnChoreographyMinimumSizeProvider
 
getMaximumSize(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.BpmnMarkerDecorator
 
getMaximumSize(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.BpmnTaskTypeDecorator
 
getMaximumSize(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.CompositeMinimumSizeProvider
 
getMessageFlowTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN message flow types.
getMinimumEdgeLength() - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Returns the minimum length of edges.
getMinimumNodeDistance() - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Returns the minimum distance between two node elements.
getMinimumSize(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.BpmnChoreographyMinimumSizeProvider
 
getMinimumSize(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.BpmnMarkerDecorator
 
getMinimumSize(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.BpmnTaskTypeDecorator
 
getMinimumSize(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.CompositeMinimumSizeProvider
Calculates a minimum size for the specified node by adding up minimum sizes of all previously registered size constraint providers.
getNameLabel(NodeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
Returns the name label of given node realizer.
getNodeTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN node types.
getOffset() - Method in class com.yworks.yfiles.bpmn.view.CompositeMinimumSizeProvider
Returns the offset that is added in-between two consecutive minimum sizes.
getPaintIconThreshold() - Method in class com.yworks.yfiles.bpmn.view.AbstractBpmnPainter
Returns the size threshold for displaying the inner icon of this painter.
getPaintIconThreshold() - Method in class com.yworks.yfiles.bpmn.view.BpmnIconDecorator
Delegates to AbstractBpmnPainter.getPaintIconThreshold().
getPainterDelegate() - Method in class com.yworks.yfiles.bpmn.view.BpmnConnectionPainter
Returns the decorated painter.
getPainterDelegate() - Method in class com.yworks.yfiles.bpmn.view.BpmnIconDecorator
Returns the decorated painter.
getParticipantLabels(NodeRealizer, byte) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
Returns all participant labels of the given position.
getParticipantsHeight(NodeRealizer, byte) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelUtils
Returns the height of all labels of the given participant position.
getPoolDistance() - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Returns the used minimum distance between two pool elements.
getPoolTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN pool types.
getPosition(Object) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
Returns the positions specifier encoded in the specified model parameter.
getRatio() - Method in class com.yworks.yfiles.bpmn.view.EventPortConfiguration
Returns the ratio that is used to determine the edge connection point with respect to the NodePorts bounds.
getSequenceFlowTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN sequence flow types.
getSphereOfAction() - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Returns the sphere of action.
getStatelessTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN activity stateless types.
getSubProcessTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN activity sub-process types.
getSupportedEventCharacteristics(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.EventCharEnum
Returns an unmodifiable list of all BPMN event characteristics that are supported by the specified BPMN event type.
getTaskType(NodeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns the task type of the given node realizer.
getTaskTypeIconPainter(TaskTypeEnum) - Method in class com.yworks.yfiles.bpmn.view.BpmnTaskTypeDecorator
Retrieves an icon painter for the specified task type.
getTaskTypes() - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns an unmodifiable list of all BPMN activity task types.
getTextBox(YLabel) - Method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelPainter
 
getType(NodeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns the BPMN type of the given node realizer.
getType(Node) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns the BPMN type of the realizer for the given node.
getType(EdgeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns the BPMN type of the given edge realizer.
getType(Edge) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns the BPMN type of the realizer for the given edge.

I

ICON_FILL_COLOR - Static variable in class com.yworks.yfiles.bpmn.view.AbstractBpmnPainter
Style property key for fill color of BPMN icons.
ICON_FILL_COLOR2 - Static variable in class com.yworks.yfiles.bpmn.view.AbstractBpmnPainter
Style property key for second fill color of BPMN icons.
ICON_LINE_COLOR - Static variable in class com.yworks.yfiles.bpmn.view.AbstractBpmnPainter
Style property key for line color of BPMN icons.
INPUT - Static variable in class com.yworks.yfiles.bpmn.view.DataObjectTypeEnum
Type constant for data input.
initializeDefaultRealizers(Graph2DView) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Initializes default realizers for group and folder nodes for graph associated with the specified graph view.
isActivityGroupNodeType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN activity group node type.
isActivityGroupNodeType(BpmnTypeEnum, MarkerTypeEnum[]) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type with markers is a BPMN activity group node type.
isActivityType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN activity type.
isArtifactType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN artifact type.
isAssociationType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN association type.
isBpmnEdgeRealizer(EdgeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Determines whether or not the given edge realizer is a BPMN edge realizer.
isBpmnNodeRealizer(NodeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Determines whether or not the given node realizer is a BPMN node realizer.
isChoreographyType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN choreography type.
isClosedGroupNode(MarkerTypeEnum[]) - Static method in class com.yworks.yfiles.bpmn.view.MarkerTypeEnum
Returns whether or not the given markers indicate that their node is a closed group.
isConnectionType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN connection type.
isConversationLinkTypes(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN conversation link type.
isConversationType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN conversation type.
isEventPortCreationEnabled() - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Determines whether or not automatic creation of attached events is enabled.
isEventType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN event type.
isGatewayType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN gateway type.
isGridEnabled() - Method in class com.yworks.yfiles.bpmn.view.BpmnView
Returns whether or not this view uses grid mode.
isGroupNode(MarkerTypeEnum[]) - Static method in class com.yworks.yfiles.bpmn.view.MarkerTypeEnum
Returns whether or not the given markers indicate that their node is a BPMN group node.
isIntermediateEvent(EventCharEnum) - Static method in class com.yworks.yfiles.bpmn.view.EventCharEnum
Determines whether or not the specified characteristic denotes an intermediate event.
isMessageFlowType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN message flow type.
isNodeType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN node type.
isOpenGroupNode(MarkerTypeEnum[]) - Static method in class com.yworks.yfiles.bpmn.view.MarkerTypeEnum
Returns whether or not the given markers indicate that their node is an open group.
isOrthogonalEdgeCreationEnabled() - Method in class com.yworks.yfiles.bpmn.view.BpmnView
Returns whether or not new edges created in this view's graph will have orthogonal edge paths.
isParticipantLabel(NodeLabel) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelUtils
Checks of the given node label is a participant label of a choreography node.
isPoolType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN pool type.
isSequenceFlowType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN sequence flow type.
isShadowEnabled(NodeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Returns whether or not the given BPMN node realizer has a shadow.
isSnappingEnabled() - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Returns whether or not snapping is enabled when creating nodes via drag and drop.
isSnappingEnabled() - Method in class com.yworks.yfiles.bpmn.view.BpmnView
Returns whether or not snapping is enabled.
isStartEvent(EventCharEnum) - Static method in class com.yworks.yfiles.bpmn.view.EventCharEnum
Determines whether or not the specified characteristic denotes a start event.
isStateIconHit(NodeRealizer, double, double) - Method in class com.yworks.yfiles.bpmn.view.BpmnMarkerDecorator
Checks whether or not the specified coordinates lie inside the specified node's group state icon.
isStateless(MarkerTypeEnum[]) - Static method in class com.yworks.yfiles.bpmn.view.MarkerTypeEnum
Returns whether or not the given markers indicate that their node is a BPMN stateless task.
isStatelessType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN activity stateless type.
isStatelessType(BpmnTypeEnum, MarkerTypeEnum[]) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type with markers is a BPMN activity stateless type.
isSubProcessType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN activity sub-process type.
isSubProcessType(BpmnTypeEnum, MarkerTypeEnum[]) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type with markers is a BPMN activity sub-process type.
isSupportedEventCharacteristic(BpmnTypeEnum, EventCharEnum) - Static method in class com.yworks.yfiles.bpmn.view.EventCharEnum
Returns whether or not the specified BPMN type supports the specified BPMN event characteristic.
isTaskType(BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type is a BPMN activity task type.
isTaskType(BpmnTypeEnum, MarkerTypeEnum[]) - Static method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns whether or not the given type with markers is a BPMN activity task type.
isTypeDependentLineStrokeEnabled(NodeRealizer) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Determines whether or not the border of the specified node realizer is drawn using the realizer's lineType or using a stroke that is determined by the BPMN type of the node.
isVertical() - Method in class com.yworks.yfiles.bpmn.view.CompositeMinimumSizeProvider
Determines if minimum sizes are added up by width of by height.

L

LANE_STYLE_COLUMNS - Static variable in class com.yworks.yfiles.bpmn.view.PoolPainters
Style property value for key PoolPainters.POOL_LANE_STYLE that triggers "column style" painting of BPMN pool nodes.
LANE_STYLE_ROWS - Static variable in class com.yworks.yfiles.bpmn.view.PoolPainters
Style property value for key PoolPainters.POOL_LANE_STYLE that triggers "row style" painting of BPMN pool nodes.
LAYOUT_ALL_ELEMENTS - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Sphere of action specifier.
LAYOUT_SELECTED_ELEMENTS - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Sphere of action specifier.
LOOP - Static variable in class com.yworks.yfiles.bpmn.view.MarkerTypeEnum
Type constant for a loop marker.

M

MANUAL - Static variable in class com.yworks.yfiles.bpmn.view.TaskTypeEnum
Type constant for a manual task.
MODE_FULL_LAYOUT - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Specifies the layout mode.
MODE_ROUTE_EDGES - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Specifies the layout mode.
MarkerTypeEnum - class com.yworks.yfiles.bpmn.view.MarkerTypeEnum.
Type-safe enumeration for BPMN markers.

N

NAME_CENTER - Static variable in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
Position specifier for name labels that are horizontally centered.
NAME_TOP_LEFT - Static variable in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
Position specifier for name labels that are left aligned.
NODE_TYPE_ANNOTATION - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnElementTypes
Type constant for a BPMN annotation type.
NODE_TYPE_ARTIFACT - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnElementTypes
Type constant for a BPMN artifact type.
NODE_TYPE_END_EVENT - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnElementTypes
Type constant for a BPMN end event type.
NODE_TYPE_EVENT - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnElementTypes
Type constant for a BPMN event type.
NODE_TYPE_GATEWAY - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnElementTypes
Type constant for a BPMN gateway type.
NODE_TYPE_POOL - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnElementTypes
Type constant for a BPMN pool type.
NODE_TYPE_START_EVENT - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnElementTypes
Type constant for a BPMN start event type.
NODE_TYPE_SUBPROCESS - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnElementTypes
Type constant for a BPMN subprocess type.
NODE_TYPE_TASK - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnElementTypes
Type constant for a BPMN task type.
newInstance() - Static method in class com.yworks.yfiles.bpmn.io.BpmnGraphMLIOHandler
Creates a new instance.

O

OPEN - Static variable in class com.yworks.yfiles.bpmn.view.MarkerTypeEnum
Type constant for an open sub-process marker.
ORIENTATION_LEFT_TO_RIGHT - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Specifies the orientation of the drawing.
ORIENTATION_TOP_TO_BOTTOM - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Specifies the orientation of the drawing.
OUTPUT - Static variable in class com.yworks.yfiles.bpmn.view.DataObjectTypeEnum
Type constant for data output.
onHandleDeserialization(DeserializationEvent) - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon.Handler
 
onHandleDeserialization(DeserializationEvent) - Method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel.Handler
 
onHandleSerialization(SerializationEvent) - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon.Handler
 
onHandleSerialization(SerializationEvent) - Method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel.Handler
 
onQueryInputHandler(QueryInputHandlersEvent) - Method in class com.yworks.yfiles.bpmn.io.EventPortIOHandler.EventPortUserDataReader
Callback that registers this as input handler.

P

PARALLEL - Static variable in class com.yworks.yfiles.bpmn.view.MarkerTypeEnum
Type constant for a parallel marker.
PARTICIPANT_BOTTOM - Static variable in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
Position specifier for participant labels that are positioned at the top of a choreography node.
PARTICIPANT_TOP - Static variable in class com.yworks.yfiles.bpmn.view.ChoreographyLabelModel
Position specifier for participant labels that are positioned at the top of a choreography node.
PLAIN - Static variable in class com.yworks.yfiles.bpmn.view.DataObjectTypeEnum
Type constant for plain data.
POOL_HEADER_COLOR_ALTERNATING - Static variable in class com.yworks.yfiles.bpmn.view.PoolPainters
Style property key for alternating header color of a BPMN Pool node.
POOL_HEADER_COLOR_MAIN - Static variable in class com.yworks.yfiles.bpmn.view.PoolPainters
Style property key for main header color of a BPMN Pool node.
POOL_LANE_COLOR_ALTERNATING - Static variable in class com.yworks.yfiles.bpmn.view.PoolPainters
Style property key for alternating lane color of a BPMN Pool node.
POOL_LANE_COLOR_MAIN - Static variable in class com.yworks.yfiles.bpmn.view.PoolPainters
Style property key for main lane color of a BPMN Pool node.
POOL_LANE_STYLE - Static variable in class com.yworks.yfiles.bpmn.view.PoolPainters
Style property key for lane painting style of BPMN Pool nodes.
POOL_TABLE_SECTION_COLOR - Static variable in class com.yworks.yfiles.bpmn.view.PoolPainters
Style property key for section color a BPMN Pool node.
POOL_TYPE_COLUMN - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a column based pool.
POOL_TYPE_EMPTY - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for an empty pool.
POOL_TYPE_LANE - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a row based pool.
POOL_TYPE_LANE_AND_COLUMN - Static variable in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Type constant for a matrix style pool.
PoolPainters - class com.yworks.yfiles.bpmn.view.PoolPainters.
GenericNodeRealizer.Painter implementations for BPMN pools.
PoolPainters.LaneBackgroundPoolPainter - class com.yworks.yfiles.bpmn.view.PoolPainters.LaneBackgroundPoolPainter.
Painter implementation to draw the background of BPMN pool nodes.
PoolPainters.LaneBackgroundPoolPainter(boolean) - Constructor for class com.yworks.yfiles.bpmn.view.PoolPainters.LaneBackgroundPoolPainter
Creates an instance of the LaneBackgroundPoolPainter.
PoolPainters.LaneForegroundPoolPainter - class com.yworks.yfiles.bpmn.view.PoolPainters.LaneForegroundPoolPainter.
Painter implementation to draw the foreground of BPMN pool nodes.
PoolPainters.LaneForegroundPoolPainter(boolean) - Constructor for class com.yworks.yfiles.bpmn.view.PoolPainters.LaneForegroundPoolPainter
Creates an instance of the LaneForegroundPoolPainter.
PoolPainters.LaneHeaderPoolPainter - class com.yworks.yfiles.bpmn.view.PoolPainters.LaneHeaderPoolPainter.
Painter implementation to draw the lane header of BPMN pool nodes.
PoolPainters.LaneHeaderPoolPainter(boolean) - Constructor for class com.yworks.yfiles.bpmn.view.PoolPainters.LaneHeaderPoolPainter
Creates an instance of the LaneBackgroundPoolPainter.
paint(EdgeRealizer, BendList, GeneralPath, Graphics2D, boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnConnectionPainter
Handles high-detail rendering for the given edge,
paint(NodeRealizer, Graphics2D, Rectangle2D) - Method in interface com.yworks.yfiles.bpmn.view.BpmnIconPainter
Paints an icon in the specified node geometry.
paint(NodePort, Graphics2D) - Method in class com.yworks.yfiles.bpmn.view.EventPortConfiguration
 
paint(NodeRealizer, Graphics2D) - Method in class com.yworks.yfiles.bpmn.view.PoolPainters.LaneBackgroundPoolPainter
Used as a callback for the GenericNodeRealizer.paint(java.awt.Graphics2D) method.
paint(NodeRealizer, Graphics2D) - Method in class com.yworks.yfiles.bpmn.view.PoolPainters.LaneForegroundPoolPainter
Used as a callback for the GenericNodeRealizer.paint(java.awt.Graphics2D) method.
paint(NodeRealizer, Graphics2D) - Method in class com.yworks.yfiles.bpmn.view.PoolPainters.LaneHeaderPoolPainter
Used as a callback for the GenericNodeRealizer.paint(java.awt.Graphics2D) method.
paintBox(YLabel, Graphics2D, double, double, double, double) - Method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelPainter
 
paintContent(YLabel, Graphics2D, double, double, double, double) - Method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelPainter
 
paintIcon(Component, Graphics, int, int) - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon
Paints this icon.
paintIcon(Graphics2D, Rectangle2D) - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon
Paints this icon.
paintNode(NodeRealizer, Graphics2D, boolean) - Method in class com.yworks.yfiles.bpmn.view.AbstractBpmnPainter
Paints the node represented by the specified context realizer.
paintNode(NodeRealizer, Graphics2D, boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnArtifactPainter
 
paintNode(NodeRealizer, Graphics2D, boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnChoreographyPainter
Paint node with participants: Fill node shape, fill and draw all participant boxes, draw node shape.
paintNode(NodeRealizer, Graphics2D, boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnIconDecorator
Paints the delegate and the icon returned by BpmnIconDecorator.getIconPainter(y.view.NodeRealizer).
paintSloppy(EdgeRealizer, BendList, GeneralPath, Graphics2D, boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnConnectionPainter
Handles low-detail rendering for the given edge,
paintSloppy(NodeRealizer, Graphics2D) - Method in class com.yworks.yfiles.bpmn.view.PoolPainters.LaneBackgroundPoolPainter
Used as a callback for the GenericNodeRealizer.paintSloppy(java.awt.Graphics2D) method.
paintSloppy(NodeRealizer, Graphics2D) - Method in class com.yworks.yfiles.bpmn.view.PoolPainters.LaneForegroundPoolPainter
Used as a callback for the GenericNodeRealizer.paintSloppy(java.awt.Graphics2D) method.
paintSloppy(NodeRealizer, Graphics2D) - Method in class com.yworks.yfiles.bpmn.view.PoolPainters.LaneHeaderPoolPainter
Used as a callback for the GenericNodeRealizer.paintSloppy(java.awt.Graphics2D) method.
prepareAll(Graph2D) - Method in class com.yworks.yfiles.bpmn.view.BpmnLayoutConfigurator
Performs all necessary layout preparations for the specified graph.

R

RECEIVE - Static variable in class com.yworks.yfiles.bpmn.view.TaskTypeEnum
Type constant for a receive task.
readPort(NodePort, Node, GraphMLParseContext) - Method in class com.yworks.yfiles.bpmn.io.EventPortIOHandler.EventPortUserDataReader
Deserializes an event node realizers and stores as user data in the port.
registerObstacles(EdgeRealizer, BendList, GeneralPath, BridgeCalculator) - Method in class com.yworks.yfiles.bpmn.view.BpmnConnectionPainter
Registers appropriate obstacles using the specified bridge calculator.
registerViewActions() - Method in class com.yworks.yfiles.bpmn.view.BpmnView
Registers BPMN specific view actions.
registerViewListeners() - Method in class com.yworks.yfiles.bpmn.view.BpmnView
Registers and configures BPMN specific listeners.
registerViewModes() - Method in class com.yworks.yfiles.bpmn.view.BpmnView
Registers and configures BPMN specific view modes.
removeProvider(GenericNodeRealizer.GenericSizeConstraintProvider) - Method in class com.yworks.yfiles.bpmn.view.CompositeMinimumSizeProvider
Removes a size constraint provider that has previously been added.
removeTemplate(NodeRealizer) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Removes the specified template from the palette.
restoreAll(Graph2D) - Method in class com.yworks.yfiles.bpmn.view.BpmnLayoutConfigurator
Performs all necessary resource cleanup and data translation after a layout calculation.

S

SCRIPT - Static variable in class com.yworks.yfiles.bpmn.view.TaskTypeEnum
Type constant for a script task.
SEND - Static variable in class com.yworks.yfiles.bpmn.view.TaskTypeEnum
Type constant for a send task.
SEQUENTIAL - Static variable in class com.yworks.yfiles.bpmn.view.MarkerTypeEnum
Type constant for a sequential marker.
SERVICE - Static variable in class com.yworks.yfiles.bpmn.view.TaskTypeEnum
Type constant for a service task.
SPHERE_OF_ACTION_EDGES_DPKEY - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
DataProvider key used to mark edges for layout when using using sphere of action BpmnLayouter.LAYOUT_SELECTED_ELEMENTS.
SPHERE_OF_ACTION_NODES_DPKEY - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
DataProvider key used to mark nodes for layout when using using sphere of action BpmnLayouter.LAYOUT_SELECTED_ELEMENTS.
setActivityType(NodeRealizer, ActivityTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Sets the activity type for the given node realizer.
setChoreographyType(NodeRealizer, ChoreographyTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Sets the choreography type for the given node realizer.
setConversationType(NodeRealizer, ConversationTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Sets the conversation type for the given node realizer.
setDataObjectType(NodeRealizer, DataObjectTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Sets the data object type for the given node realizer.
setEventCharacteristic(NodeRealizer, EventCharEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Sets the BPMN event characteristic for the given node realizer.
setEventPortCreationEnabled(boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Specifies whether or not automatic creation of attached events is enabled.
setGridEnabled(boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnView
Specifies whether or not this view has to use grid mode.
setIconFillColor(Color) - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon
Specifies the primary fill color for this icon.
setIconFillColor2(Color) - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon
Specifies the secondary fill color for this icon.
setIconHeight(int) - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon
Specifies the height of the icon.
setIconLineColor(Color) - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon
Specifies the line (or border) color for this icon.
setIconWidth(int) - Method in class com.yworks.yfiles.bpmn.view.BpmnIcon
Specifies the width of the icon.
setLabelBackgroundColor(NodeLabel, Color) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelUtils
Sets the background color of the given node label of its node realizer of a choreography node.
setLabelIcon(NodeLabel, Icon) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelUtils
Sets the icon of the given node label of its node realizer of a choreography node.
setLabelText(NodeLabel, String) - Static method in class com.yworks.yfiles.bpmn.view.ChoreographyLabelUtils
Sets the text of the given node label of its node realizer of a choreography node.
setLaneInsets(double) - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Sets the insets for swimlanes, that is the distance between a graph element and the border of its enclosing swimlane.
setLayoutMode(byte) - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Sets the layout mode.
setLayoutOrientation(byte) - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Specifies the layout orientation.
setMarkers(NodeRealizer, MarkerTypeEnum[]) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Sets the BPMN markers (maximum of four) for the given node realizer.
setMinimumEdgeLength(double) - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Sets the minimum length of edges.
setMinimumNodeDistance(double) - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Sets the minimum distance between two node elements.
setOffset(double) - Method in class com.yworks.yfiles.bpmn.view.CompositeMinimumSizeProvider
Specifies the offset that is added in-between two consecutive minimum sizes.
setOrthogonalEdgeCreationEnabled(boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnView
Specifies whether or not new edges created in this view's graph will have orthogonal edge paths.
setPaintIconThreshold(double) - Method in class com.yworks.yfiles.bpmn.view.AbstractBpmnPainter
Specifies the size threshold for displaying the inner icon of this painter.
setPaintIconThreshold(double) - Method in class com.yworks.yfiles.bpmn.view.BpmnIconDecorator
Delegates to AbstractBpmnPainter.setPaintIconThreshold(double).
setPoolDistance(double) - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Sets the minimum distance between two pool elements.
setRatio(YPoint) - Method in class com.yworks.yfiles.bpmn.view.EventPortConfiguration
Specifies the ratio that is used to determine the edge connection point with respect to the NodePorts width.
setRatio(double, double) - Method in class com.yworks.yfiles.bpmn.view.EventPortConfiguration
Specifies the ratio that is used to determine the edge connection point with respect to the NodePorts width.
setShadowEnabled(NodeRealizer, boolean) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Specifies whether or not the given BPMN node realizer has a shadow.
setSnappingEnabled(boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnPalette
Specifies whether or not nodes created via drag and drop should snap to other graph elements or grid points.
setSnappingEnabled(boolean) - Method in class com.yworks.yfiles.bpmn.view.BpmnView
Specifies whether or not snapping is enabled.
setSphereOfAction(byte) - Method in class com.yworks.yfiles.bpmn.layout.BpmnLayouter
Sets the sphere of action.
setTaskType(NodeRealizer, TaskTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Sets the task type for the given node realizer.
setType(Node, BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Sets the BPMN type for the given node.
setType(Node, MarkerTypeEnum[], ActivityTypeEnum, TaskTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Sets the BPMN type of the given node to an activity type with the given activity markers and the given task type.
setType(Node, MarkerTypeEnum[], ChoreographyTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Sets the BPMN type of the given node to a choreography type with the given choreography markers.
setType(Edge, BpmnTypeEnum) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Sets the BPMN type of the given edge.
setTypeDependentLineStrokeEnabled(NodeRealizer, boolean) - Static method in class com.yworks.yfiles.bpmn.view.BpmnRealizerFactory
Specifies whether or not the border of the specified node realizer is drawn using the realizer's lineType or using a stroke that is determined by the BPMN type of the node.

T

TASK - Static variable in class com.yworks.yfiles.bpmn.view.ActivityTypeEnum
Type constant for a task.
TASK - Static variable in class com.yworks.yfiles.bpmn.view.ChoreographyTypeEnum
Type constant for a task choreography.
TRANSACTION - Static variable in class com.yworks.yfiles.bpmn.view.ActivityTypeEnum
Type constant for a transaction.
TYPE_INVALID - Static variable in class com.yworks.yfiles.bpmn.layout.BpmnElementTypes
Type constant for an invalid type.
TaskTypeEnum - class com.yworks.yfiles.bpmn.view.TaskTypeEnum.
Type-safe enumeration for BPMN task types.
toString() - Method in class com.yworks.yfiles.bpmn.view.ActivityTypeEnum
Returns a string representation of this activity type.
toString() - Method in class com.yworks.yfiles.bpmn.view.BpmnTypeEnum
Returns a string representation of this BPMN type.
toString() - Method in class com.yworks.yfiles.bpmn.view.ChoreographyTypeEnum
Returns a string representation of this choreography type.
toString() - Method in class com.yworks.yfiles.bpmn.view.ConversationTypeEnum
Returns a string representation of this conversation type.
toString() - Method in class com.yworks.yfiles.bpmn.view.DataObjectTypeEnum
Returns a string representation of this activity type.
toString() - Method in class com.yworks.yfiles.bpmn.view.EventCharEnum
Returns a string representation of this event characteristic.
toString() - Method in class com.yworks.yfiles.bpmn.view.MarkerTypeEnum
Returns a string representation of this marker.
toString() - Method in class com.yworks.yfiles.bpmn.view.TaskTypeEnum
Returns a string representation of this task type.

U

USER - Static variable in class com.yworks.yfiles.bpmn.view.TaskTypeEnum
Type constant for an user task.
update() - Method in class com.yworks.yfiles.bpmn.view.BpmnPropertyPanel
Updates the displayed property values according to the corresponding properties of the selected node or edge in the panel's associated graph.

W

writePort(NodePort, XmlWriter, GraphMLWriteContext) - Method in class com.yworks.yfiles.bpmn.io.EventPortIOHandler.EventPortUserDataWriter
Serializes an event node realizers, stored as user data in the port.

A B C D E F G I L M N O P R S T U W

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