Class VisUtil


  • public class VisUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VisUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.jgraph.layout.JGraphLayout getLayout​(int orientation)  
      static org.processmining.models.jgraph.ProMJGraph getProMSimpleJGraph​(org.processmining.models.graphbased.directed.DirectedGraph<? extends org.processmining.models.graphbased.directed.DirectedGraphNode,​? extends org.processmining.models.graphbased.directed.DirectedGraphEdge<? extends org.processmining.models.graphbased.directed.DirectedGraphNode,​? extends org.processmining.models.graphbased.directed.DirectedGraphNode>> net, java.awt.Color backgroundcolor)  
      static org.processmining.models.jgraph.ProMJGraph getProMSimpleJGraph​(org.processmining.models.graphbased.directed.DirectedGraph<? extends org.processmining.models.graphbased.directed.DirectedGraphNode,​? extends org.processmining.models.graphbased.directed.DirectedGraphEdge<? extends org.processmining.models.graphbased.directed.DirectedGraphNode,​? extends org.processmining.models.graphbased.directed.DirectedGraphNode>> net, java.awt.Color backgroundcolor, org.processmining.models.connections.GraphLayoutConnection layoutConnection)  
      static javax.swing.JScrollPane getProMStyleScrollPane​(javax.swing.JComponent comp)  
      static javax.swing.JScrollPane getProMStyleVerticalScrollPane​(javax.swing.JComponent comp)  
      static java.awt.Color getStepTypeColor​(org.processmining.plugins.petrinet.replayresult.StepTypes type)  
      static java.lang.String getStringOfAttribute​(org.deckfour.xes.model.XAttribute attribute)  
      static java.lang.Object getStringOfSet​(java.util.Set<java.lang.String> value)  
      static java.lang.String getStringOfSourceAttribute​(PDependencyDataAware.EnumDataDependency d, org.deckfour.xes.model.XAttribute source)  
      static java.lang.String getStringOfTargetAttribute​(PDependencyDataAware.EnumDataDependency d, org.deckfour.xes.model.XAttribute target)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DarkBackgroundColor

        public static final java.awt.Color DarkBackgroundColor
      • LightBackgroundColor

        public static final java.awt.Color LightBackgroundColor
    • Constructor Detail

      • VisUtil

        public VisUtil()
    • Method Detail

      • getProMStyleScrollPane

        public static javax.swing.JScrollPane getProMStyleScrollPane​(javax.swing.JComponent comp)
      • getProMStyleVerticalScrollPane

        public static javax.swing.JScrollPane getProMStyleVerticalScrollPane​(javax.swing.JComponent comp)
      • getProMSimpleJGraph

        public static org.processmining.models.jgraph.ProMJGraph getProMSimpleJGraph​(org.processmining.models.graphbased.directed.DirectedGraph<? extends org.processmining.models.graphbased.directed.DirectedGraphNode,​? extends org.processmining.models.graphbased.directed.DirectedGraphEdge<? extends org.processmining.models.graphbased.directed.DirectedGraphNode,​? extends org.processmining.models.graphbased.directed.DirectedGraphNode>> net,
                                                                                     java.awt.Color backgroundcolor,
                                                                                     org.processmining.models.connections.GraphLayoutConnection layoutConnection)
      • getProMSimpleJGraph

        public static org.processmining.models.jgraph.ProMJGraph getProMSimpleJGraph​(org.processmining.models.graphbased.directed.DirectedGraph<? extends org.processmining.models.graphbased.directed.DirectedGraphNode,​? extends org.processmining.models.graphbased.directed.DirectedGraphEdge<? extends org.processmining.models.graphbased.directed.DirectedGraphNode,​? extends org.processmining.models.graphbased.directed.DirectedGraphNode>> net,
                                                                                     java.awt.Color backgroundcolor)
      • getLayout

        public static com.jgraph.layout.JGraphLayout getLayout​(int orientation)
      • getStepTypeColor

        public static java.awt.Color getStepTypeColor​(org.processmining.plugins.petrinet.replayresult.StepTypes type)
      • getStringOfSet

        public static java.lang.Object getStringOfSet​(java.util.Set<java.lang.String> value)
      • getStringOfAttribute

        public static java.lang.String getStringOfAttribute​(org.deckfour.xes.model.XAttribute attribute)