DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class HtmlTextAreaStyle.LineStyle

java.lang.Object
  |
  +--com.cete.dynamicpdf.pageelements.HtmlTextAreaStyle.LineStyle
Enclosing class:
HtmlTextAreaStyle

public class HtmlTextAreaStyle.LineStyle
extends java.lang.Object


Field Summary
 float leading
          Represents the leading of the line.
 LineLeadingType leadingType
          Represents the leading type of the line.
 
Constructor Summary
HtmlTextAreaStyle.LineStyle(float leading, LineLeadingType leadingType)
          Creates a new instance of LineStyle.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Tests equality of line styles.
 int getHashCode()
          Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leading

public float leading
Represents the leading of the line.


leadingType

public LineLeadingType leadingType
Represents the leading type of the line.

See Also:
LineLeadingType
Constructor Detail

HtmlTextAreaStyle.LineStyle

public HtmlTextAreaStyle.LineStyle(float leading,
                                   LineLeadingType leadingType)
Creates a new instance of LineStyle.

Parameters:
leading - represents the leading of the line.
leadingType - represents the leading type of the line.
See Also:
LineLeadingType
Method Detail

equals

public boolean equals(java.lang.Object obj)
Tests equality of line styles. Compare if the two line styles are equal.

Overrides:
equals in class java.lang.Object
Parameters:
obj - represents java object
Returns:
true, if the objects are equal. Otherwise false.

getHashCode

public int getHashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Returns:
A hashcode for the current HtmlTextAreaStyle LineStyle object.

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software