Class EchoLineStore

java.lang.Object
tritechgemini.echogram.EchoLineStore

public class EchoLineStore extends Object
A store for Echolines added to each image record.
  • Constructor Details

    • EchoLineStore

      public EchoLineStore()
  • Method Details

    • clearStore

      public void clearStore()
    • setEchoLine

      public void setEchoLine(EchogramLine echoLine)
      Put an echo line in the store
      Parameters:
      echoLine -
    • getEchoLine

      public EchogramLine getEchoLine(EchoLineDef echoLineDef)
      Get an echo line from the store.
      Parameters:
      echoLineDef -
      Returns: