|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gate.yam.format.SpacesTable
public class SpacesTable
A class to store desired min, max, norm spaces before and after the unit annotation type.
Constructor Summary | |
---|---|
SpacesTable(int minSpacesBefore,
int maxSpacesBefore,
int normSpacesBefore,
int minSpacesAfter,
int maxSpacesAfter,
int normSpacesAfter)
Constructor |
Method Summary | |
---|---|
int |
getMaxSpacesAfter()
Returns the maximum number of desired spaces after the annotation |
int |
getMaxSpacesBefore()
Returns the maximum number of desired spaces before the annotation |
int |
getMinSpacesAfter()
Returns the minimum number of desired spaces after the annotation |
int |
getMinSpacesBefore()
Returns the minimum number of desired spaces before the annotation |
int |
getNormSpacesAfter()
Returns the normal number of desired spaces after the annotation |
int |
getNormSpacesBefore()
Returns the normal number of desired spaces before the annotation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpacesTable(int minSpacesBefore, int maxSpacesBefore, int normSpacesBefore, int minSpacesAfter, int maxSpacesAfter, int normSpacesAfter)
minSpacesBefore
- maxSpacesBefore
- normSpacesBefore
- minSpacesAfter
- maxSpacesAfter
- normSpacesAfter
- Method Detail |
---|
public int getMinSpacesBefore()
public int getMaxSpacesBefore()
public int getNormSpacesBefore()
public int getMinSpacesAfter()
public int getMaxSpacesAfter()
public int getNormSpacesAfter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |