/** * * 女医ハックデータ(フレーズ)パーサ * Copyright (C) 2008 id:yuaaaa * * $Id$ */ using System; using System.Collections.Generic; using System.Text; using System.Drawing; namespace JoyHack { public class Phrase { private Timecode _endtime, _appeartime = null, _diapptime=null; public List words; public int showline; public int all_showline; public float height; //基準height : 直後フレーズのMaxHeight。 public Alignment align; public bool clear; private bool _strict; protected Timecode endtime { get { return this._endtime; } set { this._endtime = value; } } public Timecode appearTime { get { return this._appeartime; } set { this._appeartime = value; } } public Timecode disappTime { get { return this._diapptime; } set { this._diapptime = value; } } public bool strict { get { return this._strict; } protected set { this._strict = value; } } public Phrase(string line, int showline, int all_showline, ref WordCond cond, Alignment align, Timecode prev_endtime, bool strict) { line.Replace("\r",""); line.Replace("\n",""); if (line.IndexOf("