extra.inpro.synthesis.visual
Class SegmentModel.SegmentBoundPitchMark

java.lang.Object
  extended by inpro.synthesis.PitchMark
      extended by extra.inpro.synthesis.visual.SegmentModel.SegmentBoundPitchMark
Enclosing class:
SegmentModel

public static class SegmentModel.SegmentBoundPitchMark
extends PitchMark


Field Summary
(package private)  SegmentModel.Segment owner
           
 
Fields inherited from class inpro.synthesis.PitchMark
pitch, position
 
Constructor Summary
SegmentModel.SegmentBoundPitchMark(int time, int pitch, SegmentModel.Segment owner)
           
SegmentModel.SegmentBoundPitchMark(PitchMark pm, SegmentModel.Segment owner)
           
 
Method Summary
 int getTime()
          returns the time of this pitch mark given the owning label
 
Methods inherited from class inpro.synthesis.PitchMark
getPitch, getPosition, getTime, setPitch, setRelativePosition, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

owner

SegmentModel.Segment owner
Constructor Detail

SegmentModel.SegmentBoundPitchMark

public SegmentModel.SegmentBoundPitchMark(PitchMark pm,
                                          SegmentModel.Segment owner)

SegmentModel.SegmentBoundPitchMark

public SegmentModel.SegmentBoundPitchMark(int time,
                                          int pitch,
                                          SegmentModel.Segment owner)
Method Detail

getTime

public int getTime()
returns the time of this pitch mark given the owning label