コード例 #1
0
ファイル: DataSeries.php プロジェクト: librette/flot
 /**
  * @param IType $plotType
  */
 public function addType(IType $plotType)
 {
     $this->types[$plotType->getIdentifier()] = $plotType;
 }