Uses of Class
org.flowable.cmmn.model.GraphicInfo
-
-
Uses of GraphicInfo in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model declared as GraphicInfo Modifier and Type Field Description protected GraphicInfoCmmnDiShape. graphicInfoprotected GraphicInfoCmmnDiEdge. sourceDockerInfoprotected GraphicInfoCmmnDiEdge. targetDockerInfoFields in org.flowable.cmmn.model with type parameters of type GraphicInfo Modifier and Type Field Description protected Map<String,List<GraphicInfo>>CmmnModel. flowLocationMapprotected Map<String,GraphicInfo>CmmnModel. labelLocationMapprotected Map<String,GraphicInfo>CmmnModel. locationMapprotected List<GraphicInfo>CmmnDiEdge. waypointsMethods in org.flowable.cmmn.model that return GraphicInfo Modifier and Type Method Description GraphicInfoCmmnDiShape. getGraphicInfo()GraphicInfoCmmnModel. getGraphicInfo(String key)GraphicInfoCmmnModel. getLabelGraphicInfo(String key)GraphicInfoCmmnDiEdge. getSourceDockerInfo()GraphicInfoCmmnDiEdge. getTargetDockerInfo()Methods in org.flowable.cmmn.model that return types with arguments of type GraphicInfo Modifier and Type Method Description List<GraphicInfo>CmmnModel. getFlowLocationGraphicInfo(String key)Map<String,List<GraphicInfo>>CmmnModel. getFlowLocationMap()Map<String,GraphicInfo>CmmnModel. getLabelLocationMap()Map<String,GraphicInfo>CmmnModel. getLocationMap()List<GraphicInfo>CmmnDiEdge. getWaypoints()Methods in org.flowable.cmmn.model with parameters of type GraphicInfo Modifier and Type Method Description voidCmmnModel. addGraphicInfo(String key, GraphicInfo graphicInfo)voidCmmnModel. addLabelGraphicInfo(String key, GraphicInfo graphicInfo)voidCmmnDiEdge. addWaypoint(GraphicInfo graphicInfo)booleanGraphicInfo. equals(GraphicInfo ginfo)voidCmmnDiShape. setGraphicInfo(GraphicInfo graphicInfo)voidCmmnDiEdge. setSourceDockerInfo(GraphicInfo sourceDockerInfo)voidCmmnDiEdge. setTargetDockerInfo(GraphicInfo targetDockerInfo)Method parameters in org.flowable.cmmn.model with type arguments of type GraphicInfo Modifier and Type Method Description voidCmmnModel. addFlowGraphicInfoList(String key, List<GraphicInfo> graphicInfoList)voidCmmnDiEdge. setWaypoints(List<GraphicInfo> waypoints)
-