Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.util.LinearSegment

  • Packages that use LinearSegment 
    Package Description
    psdi.util  
    • Uses of LinearSegment in psdi.util

      Methods in psdi.util that return LinearSegment 
      Modifier and Type Method and Description
      static LinearSegment PreparedScriptHelper.getSegment(PreparedScript script, MboRemote asset, java.lang.Double woStartMeasure, java.lang.Double woEndMeasure, java.lang.String unitMeasure) 
      static LinearSegment LinearSegment.intersection(LinearSegment l1, LinearSegment l2) 
      Methods in psdi.util with parameters of type LinearSegment 
      Modifier and Type Method and Description
      static java.util.List LinearSegment.aggregate(LinearSegment[] segments) 
      boolean LinearSegment.endBefore(LinearSegment linear) 
      boolean LinearSegment.intersect(LinearSegment linear) 
      static LinearSegment LinearSegment.intersection(LinearSegment l1, LinearSegment l2) 
      boolean LinearSegment.startBefore(LinearSegment linear) 
      static java.util.List LinearSegment.substraction(LinearSegment l1, LinearSegment l2) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes