psdi.workflow

Class WFViewInfo

  • java.lang.Object
    • psdi.workflow.WFViewInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public class WFViewInfo
    extends java.lang.Object
    implements java.io.Serializable
    This class holds information needed to display the workflow map.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String currSeq
      The Call Stack Sequence currently accessable from the gif.
      java.awt.image.BufferedImage image 
      java.lang.String nextSeq 
      java.lang.String prevSeq 
    • Constructor Summary

      Constructors 
      Constructor and Description
      WFViewInfo(java.lang.String sequence, java.awt.image.BufferedImage currentImage) 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • currSeq

        public java.lang.String currSeq
        The Call Stack Sequence currently accessable from the gif.
      • image

        public java.awt.image.BufferedImage image
      • nextSeq

        public java.lang.String nextSeq
      • prevSeq

        public java.lang.String prevSeq
    • Constructor Detail

      • WFViewInfo

        public WFViewInfo(java.lang.String sequence,
                          java.awt.image.BufferedImage currentImage)