Uses of Class
org.flowable.bpmn.model.GraphicInfo
Packages that use GraphicInfo
-
Uses of GraphicInfo in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model declared as GraphicInfoModifier and TypeFieldDescriptionprotected GraphicInfoBpmnDiEdge.sourceDockerInfoprotected GraphicInfoBpmnDiEdge.targetDockerInfoFields in org.flowable.bpmn.model with type parameters of type GraphicInfoModifier and TypeFieldDescriptionprotected 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 GraphicInfoModifier and TypeMethodDescriptionBpmnModel.getGraphicInfo(String key) BpmnModel.getLabelGraphicInfo(String key) BpmnDiEdge.getSourceDockerInfo()BpmnDiEdge.getTargetDockerInfo()Methods in org.flowable.bpmn.model that return types with arguments of type GraphicInfoModifier and TypeMethodDescriptionBpmnModel.getFlowLocationGraphicInfo(String key) BpmnModel.getFlowLocationMap()BpmnModel.getLabelLocationMap()BpmnModel.getLocationMap()BpmnDiEdge.getWaypoints()Methods in org.flowable.bpmn.model with parameters of type GraphicInfoModifier and TypeMethodDescriptionvoidBpmnModel.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 GraphicInfoModifier and TypeMethodDescriptionvoidBpmnModel.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