net.sf.zekr.common.resource
Class BaseQuranProperties

java.lang.Object
  extended by net.sf.zekr.common.resource.BaseQuranProperties

public abstract class BaseQuranProperties
extends java.lang.Object

This class contains some of Quran properties to be used in subclasses. All static Quran configurations should be moved from quran-properties.xml into this class.

Since:
Zekr 1.0
Author:
Mohsen Saboorian

Field Summary
protected static int[][] hizbQuads
           
protected static int[][] rukus
           
protected static int[][] uthmaniPages
           
 
Constructor Summary
BaseQuranProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uthmaniPages

protected static int[][] uthmaniPages

rukus

protected static int[][] rukus

hizbQuads

protected static int[][] hizbQuads
Constructor Detail

BaseQuranProperties

public BaseQuranProperties()