Uses of Class
org.flowable.bpmn.model.GraphicInfo
-
Packages that use GraphicInfo Package Description org.flowable.bpmn.model org.flowable.bpmn.model.parse -
-
Uses of GraphicInfo in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model declared as GraphicInfo Modifier and Type Field Description protected GraphicInfoBpmnDiEdge. sourceDockerInfoprotected GraphicInfoBpmnDiEdge. targetDockerInfoFields in org.flowable.bpmn.model with type parameters of type GraphicInfo Modifier and Type Field Description protected Map<String,List<GraphicInfo>>BpmnModel. flowLocationMapprotected Map<String,GraphicInfo>BpmnModel. labelLocationMapprotected Map<String,GraphicInfo>BpmnModel. locationMapprotected List<GraphicInfo>BpmnDiEdge. waypointsMethods in org.flowable.bpmn.model that return GraphicInfo Modifier and Type Method Description GraphicInfoBpmnModel. getGraphicInfo(String key)GraphicInfoBpmnModel. getLabelGraphicInfo(String key)GraphicInfoBpmnDiEdge. getSourceDockerInfo()GraphicInfoBpmnDiEdge. getTargetDockerInfo()Methods in org.flowable.bpmn.model that return types with arguments of type GraphicInfo Modifier and Type Method Description List<GraphicInfo>BpmnModel. getFlowLocationGraphicInfo(String key)Map<String,List<GraphicInfo>>BpmnModel. getFlowLocationMap()Map<String,GraphicInfo>BpmnModel. getLabelLocationMap()Map<String,GraphicInfo>BpmnModel. getLocationMap()List<GraphicInfo>BpmnDiEdge. getWaypoints()Methods in org.flowable.bpmn.model with parameters of type GraphicInfo Modifier and Type Method Description voidBpmnModel. addGraphicInfo(String key, GraphicInfo graphicInfo)voidBpmnModel. addLabelGraphicInfo(String key, GraphicInfo graphicInfo)booleanGraphicInfo. equals(GraphicInfo ginfo)voidBpmnDiEdge. setSourceDockerInfo(GraphicInfo sourceDockerInfo)voidBpmnDiEdge. setTargetDockerInfo(GraphicInfo targetDockerInfo)Method parameters in org.flowable.bpmn.model with type arguments of type GraphicInfo Modifier and Type Method Description voidBpmnModel. addFlowGraphicInfoList(String key, List<GraphicInfo> graphicInfoList)voidBpmnDiEdge. setWaypoints(List<GraphicInfo> waypoints) -
Uses of GraphicInfo in org.flowable.bpmn.model.parse
Constructors in org.flowable.bpmn.model.parse with parameters of type GraphicInfo Constructor Description Problem(String errorMessage, GraphicInfo graphicInfo)
-