|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.TabStop
public class TabStop
| Constructor Summary | |
|---|---|
TabStop()
|
|
TabStop(int position,
TabStopAlignEnum alignment)
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
TabStopAlignEnum |
getAlignment()
Gets the tab stop alignment. |
int |
getHashCode()
Returns a hash code to be used for the deduplicate map. |
int |
getPosition()
Gets the tab stop position. |
boolean |
isIdentical(Object object)
Determines if this instance is identical to another object. |
void |
setAlignment(TabStopAlignEnum alignment)
Sets the tab stop alignment. |
void |
setPosition(int position)
Sets the tab stop position. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TabStop()
public TabStop(int position,
TabStopAlignEnum alignment)
| Method Detail |
|---|
public TabStopAlignEnum getAlignment()
public void setAlignment(TabStopAlignEnum alignment)
public int getPosition()
public void setPosition(int position)
public Object clone()
clone in interface JRCloneableclone in class Objectpublic int getHashCode()
DeduplicableDeduplicable.isIdentical(Object),
i.e. if two objects are identical they should have the same hash code.
getHashCode in interface Deduplicablepublic boolean isIdentical(Object object)
Deduplicable
isIdentical in interface Deduplicableobject - the object to compare with this instance
true if the two objects are identical and can be deduplicated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||