TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.tools.internal
Class DAlignmentPair

java.lang.Object
  extended by org.eclipse.tptp.platform.report.tools.internal.DAlignment
      extended by org.eclipse.tptp.platform.report.tools.internal.DAlignmentPair
All Implemented Interfaces:
IDAlignment, IDXmlSerializable

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class DAlignmentPair
extends DAlignment

Used to store two alignment. First is the primary alignment (the inherited one), second is ... secondary alignment. Alignment mask and values are defined in IDAlignment.

See Also:
IDAlignment

Field Summary
 
Fields inherited from class org.eclipse.tptp.platform.report.tools.internal.DAlignment
align_
 
Fields inherited from interface org.eclipse.tptp.platform.report.core.internal.IDAlignment
BOTTOM, CENTER, DEFAULT_ALIGN, HCENTER, LAST, LEFT, NO_WORD_WRAP, RIGHT, ROTCCW90, ROTCW90, TOP, VCENTER, VERTICAL
 
Constructor Summary
DAlignmentPair()
          Deprecated. Create a default alignment
DAlignmentPair(DAlignmentPair p)
          Deprecated. Create copy of alignement pair.
DAlignmentPair(int _align)
          Deprecated. Create an alignment pair, using default for secondary alignment.
DAlignmentPair(int _align, int _secondary_alignment)
          Deprecated. Create a full featured alignment pair
 
Method Summary
 void addSecondaryAlignment(int _alignment)
          Deprecated.  
 boolean equals(java.lang.Object o)
          Deprecated. Compares two aligments and returns true if they are equals
 int getSecondaryAlignment()
          Deprecated.  
 boolean haveSecondaryAlignment(int _alignment)
          Deprecated.  
 void readXml(org.w3c.dom.Node node)
          Deprecated. Reads an alignment stored in XML file parsed with DOM module
 void removeSecondaryAlignment(int _alignment)
          Deprecated.  
 void setSecondaryAlignment(int _alignment)
          Deprecated.  
 java.lang.String writeXml()
          Deprecated. Writes an alignment value in string store in XML files
 
Methods inherited from class org.eclipse.tptp.platform.report.tools.internal.DAlignment
addAlignment, AddAlignment, AlignmentToString, getAlignment, getAlignment, haveAlignment, HaveAlignment, haveOneOfAlignment, removeAlignment, RemoveAlignment, setAlignment, StringToAlignment
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAlignmentPair

public DAlignmentPair()
Deprecated. 
Create a default alignment


DAlignmentPair

public DAlignmentPair(int _align)
Deprecated. 
Create an alignment pair, using default for secondary alignment.


DAlignmentPair

public DAlignmentPair(int _align,
                      int _secondary_alignment)
Deprecated. 
Create a full featured alignment pair


DAlignmentPair

public DAlignmentPair(DAlignmentPair p)
Deprecated. 
Create copy of alignement pair.

Method Detail

getSecondaryAlignment

public int getSecondaryAlignment()
Deprecated. 

haveSecondaryAlignment

public boolean haveSecondaryAlignment(int _alignment)
Deprecated. 
Returns:
true if secondary alignment contains full combined mask _align.

setSecondaryAlignment

public void setSecondaryAlignment(int _alignment)
Deprecated. 

addSecondaryAlignment

public void addSecondaryAlignment(int _alignment)
Deprecated. 

removeSecondaryAlignment

public void removeSecondaryAlignment(int _alignment)
Deprecated. 

writeXml

public java.lang.String writeXml()
Deprecated. 
Description copied from class: DAlignment
Writes an alignment value in string store in XML files

Specified by:
writeXml in interface IDXmlSerializable
Overrides:
writeXml in class DAlignment

readXml

public void readXml(org.w3c.dom.Node node)
Deprecated. 
Description copied from class: DAlignment
Reads an alignment stored in XML file parsed with DOM module

Specified by:
readXml in interface IDXmlSerializable
Overrides:
readXml in class DAlignment

equals

public boolean equals(java.lang.Object o)
Deprecated. 
Description copied from class: DAlignment
Compares two aligments and returns true if they are equals

Overrides:
equals in class DAlignment

TPTP 4.5.0 Platform Project
Internal API Specification