Changes between Version 9 and Version 10 of TEXT_PARAGRAPH_SPACING_R0


Ignore:
Timestamp:
06/05/09 21:47:20 (16 years ago)
Author:
vlado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_PARAGRAPH_SPACING_R0

    v9 v10  
    4444 
    4545= Design = 
    46 ^(Describe your design here.)^ 
     46 * Layout 
     47  * Extend Atom class functionality with paragraph related attributes: 
     48   * Add Atom.isParaBegin to check for BEGIN_PARAGRAPH attribute. 
     49   * Modify Atom.isParaEnd to check for END_PARAGRAPH attribute. 
     50   * Methods for indentation, top and bottom spacing, etc. 
     51  * Add VertexFields values for the needed paragraph attributes. 
     52  * Modify the layout algorithm: 
     53   * EdgeKind.OPEN_LINE to check for BEGIN_PARAGRAPH. 
     54   * EdgeKind.CLOSE_LINE to check for END_PARAGRAPH. 
     55   * EdgeKind.SEGMENT to check for BEGIN_PARAGRAPH and END_PARAGRAPH. 
     56   * EdgeKind.SEGMENT to apply the paragraph visualization properties/attributes. 
    4757 
    4858= Implementation =