<?xml version="1.0"?>
<html>
+ <head>
+ <META http-equiv="Content-Type" content="text/html;
+ charset=ISO-8859-1" />
+ <title>PropertyConsts Description</title>
+ </head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"
text="#000000" bgcolor="#FFFFFF">
- <script type="text/javascript" src="codedisplay.js" />
<div class="content">
<h1>PropertyConsts Description</h1>
<p>
<h3>Introduction</h3>
<p>
- <a href="javascript:window.top.displayCode(
- 'PropertyConsts.html#PropertyConstsClass'
- )">This class</a>, and the singleton object which is <a
- href="javascript:window.top.displayCode(
- 'PropertyConsts.html#pconsts' )">generated by the static
- initializer</a>, is essentially a repository of
- <property> class instances and the static data from
- those classes of <span
- class="codefrag">org.apache.fop.fo.property</span>.
- The heart of this class is the method <a href=
- "javascript:window.top.displayCode(
- 'PropertyConsts.html#setupProperty' )"><span class="codefrag"
- >setupProperty</span ></a>. Whenever access to the data or
- methods of a property class is required, this method in the
- singleton must be called to ensure that an instance of the
- property exists and that the static data from that instance
- has been extracted.
+ <span id = "span00" ></span ><a href="javascript:toggleCode(
+ 'span00', 'PropertyConsts.html#PropertyConstsClass', '400',
+ '100%' )">This class</a>, and the singleton object which is
+ <span id = "span01" ></span ><a href="javascript:toggleCode(
+ 'span01', 'PropertyConsts.html#pconsts', '400', '100%'
+ )">generated by the static initializer</a>, is essentially a
+ repository of <property> class instances and the static
+ data from those classes of <span
+ class="codefrag">org.apache.fop.fo.property</span>. The heart
+ of this class is the method <span id = "span03" ></span ><a
+ href= "javascript:toggleCode( 'span03',
+ 'PropertyConsts.html#setupProperty', '400', '100%' )"><span
+ class="codefrag" >setupProperty</span ></a>. Whenever access
+ to the data or methods of a property class is required, this
+ method in the singleton must be called to ensure that an
+ instance of the property exists and that the static data from
+ that instance has been extracted.
</p>
<div class="frame note">
</div>
<p>
- The class name is generated and stored in the <a
- href="javascript:window.top.displayCode(
- 'PropertyConsts.html#classNames' )"><span class="codefrag"
- >classNames</span ></a> array; a class instance is generated
- from the name and stored in the <a
- href="javascript:window.top.displayCode(
- 'PropertyConsts.html#classes' )"><span class="codefrag"
- >classes</span ></a> array; and an instance of the class is
- generated from the class object and stored in the <a
- href="javascript:window.top.displayCode(
- 'PropertyConsts.html#properties' )"><span class="codefrag"
- >properties</span ></a> array.
+ The class name is generated and stored in the <span id =
+ "span04" ></span ><a href="javascript:toggleCode( 'span04',
+ 'PropertyConsts.html#classNames', '400', '100%' )"><span
+ class="codefrag" >classNames</span ></a> array; a class
+ instance is generated from the name and stored in the <span id
+ = "span05" ></span ><a href="javascript:toggleCode( 'span05',
+ 'PropertyConsts.html#classes', '400', '100%' )"><span
+ class="codefrag" >classes</span ></a> array; and an instance
+ of the class is generated from the class object and stored in
+ the <span id = "span06" ></span ><a
+ href="javascript:toggleCode( 'span06',
+ 'PropertyConsts.html#properties', '400', '100%' )"><span
+ class="codefrag" >properties</span ></a> array.
</p>
<p>