Coverage report

  %line %branch
tsukuba_bunko.peko.scenario.text.ResourceIDs
0% 
0% 

 1  
 /*
 2  
  * "Peko" Visual Novel System
 3  
  *
 4  
  * All Rights Reserved.
 5  
  * Copyright (c) 1999-2003 Tsukuba Bunko.
 6  
  *
 7  
  * $Id: ResourceIDs.java,v 1.1 2005/07/11 12:49:18 ppoi Exp $
 8  
  */
 9  
 package tsukuba_bunko.peko.scenario.text;
 10  
 
 11  
 /**
 12  
  * @author	$Author: ppoi $
 13  
  * @version	$Revision: 1.1 $
 14  
  */
 15  0
 public final class ResourceIDs	{
 16  
 
 17  
 	/**
 18  
 	 * ページ表示タイプ:"peko.canvas.text.view-type"
 19  
 	 */
 20  
 	public static final String	CANVAS_TEXT_VIEWTYPE = "peko.canvas.text.view-type";
 21  
 
 22  
 	/**
 23  
 	 * ページ表示領域のサイズ:"peko.canvas.text.size"
 24  
 	 */
 25  
 	public static final String	CANVAS_TEXT_SIZE = "peko.canvas.text.size";
 26  
 
 27  
 	/**
 28  
 	 * ページ表示領域の配置位置:"peko.canvas.text.location"
 29  
 	 */
 30  
 	public static final String	CANVAS_TEXT_LOCATION = "peko.canvas.text.location";
 31  
 
 32  
 	/**
 33  
 	 * ページ表示領域と行配置範囲のパディング領域:"peko.canvas.text.padding"
 34  
 	 */
 35  
 	public static final String	CANVAS_TEXT_PADDING = "peko.canvas.text.padding";
 36  
 
 37  
 	/**
 38  
 	 * 行間隔:"peko.canvas.text.line-span"
 39  
 	 */
 40  
 	public static final String	CANVAS_TEXT_LINESPAN = "peko.canvas.text.line-span";
 41  
 
 42  
 	/**
 43  
 	 * ページ表示領域の背景色:"peko.canvas.text.background.color"
 44  
 	 */
 45  
 	public static final String	CANVAS_TEXT_BACKGROUND_COLOR = "peko.canvas.text.background.color";
 46  
 
 47  
 	/**
 48  
 	 * ページ表示領域背景の透過度:"peko.canvas.text.background.transparency"
 49  
 	 */
 50  
 	public static final String	CANVAS_TEXT_BACKGROUND_TRANSPARENCY = "peko.canvas.text.background.transparency";
 51  
 
 52  
 	/**
 53  
 	 * 文章の前景色:"peko.canvas.text.foreground.color"
 54  
 	 */
 55  
 	public static final String	CANVAS_TEXT_FOREGROUND_COLOR = "peko.canvas.text.foreground.color";
 56  
 
 57  
 	/**
 58  
 	 * 文章の影の色:"peko.canvas.text.foreground.shadow"
 59  
 	 */
 60  
 	public static final String	CANVAS_TEXT_FOREGROUND_SHADOW = "peko.canvas.text.foreground.shadow";
 61  
 
 62  
 	/**
 63  
 	 * 文章のフォント:"peko.canvas.text.font"
 64  
 	 */
 65  
 	public static final String	CANVAS_TEXT_FONT = "peko.canvas.text.font";
 66  
 }

This report is generated by jcoverage, Maven and Maven JCoverage Plugin.