|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.AlignToBorder
public class AlignToBorder
Align to border value object.
Represents the align to border information.
Constructor Summary | |
---|---|
AlignToBorder(String character,
int border)
Constructor with padding symbols and border size. |
Method Summary | |
---|---|
Object |
clone()
Creates and returns a copy of this object. |
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
int |
getBorder()
Returns the border size on which the data will be aligned. |
String |
getCharacter()
Returns the characters that will be used to fill the gap to nearest align border. |
int |
hashCode()
Returns a hash code value for this instance. |
String |
toString()
Returns a string representation of this instance. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AlignToBorder(String character, int border)
character
- the padding symbol that should be used to fill the gap to align the nearest border.border
- the align border size.Method Detail |
---|
public final String getCharacter()
public final int getBorder()
public Object clone()
clone
in interface C24Cloneable
clone
in class Object
Cloneable
public boolean equals(Object obj)
equals
in class Object
obj
- the reference object with which to compare.
hashCode()
,
Hashtable
public int hashCode()
hashCode
in class Object
equals(Object)
,
Hashtable
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |