|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.pageelements.FormattedTextAreaStyle.LineStyle
public class FormattedTextAreaStyle.LineStyle
Field Summary | |
---|---|
float |
leading
Represents the leading of the line. |
LineLeadingType |
leadingType
Represents the leading type of the line. |
Constructor Summary | |
---|---|
FormattedTextAreaStyle.LineStyle(float leading,
LineLeadingType leadingType)
Creates a new instance of LineStyle class. |
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 |
---|
public float leading
public LineLeadingType leadingType
LineLeadingType
Constructor Detail |
---|
public FormattedTextAreaStyle.LineStyle(float leading, LineLeadingType leadingType)
LineStyle
class.
leading
- represents the leading of the line.leadingType
- represents the leading type of the line.LineLeadingType
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- represents java object
public int getHashCode()
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |