|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.gate.yam.format.SpacesTable
class SpacesTable
A class to store desired min, max, norm spaces before and after the unit annotation type.
Field Summary | |
---|---|
int |
maxSpacesAfter
Maximum spaces after the annotation |
int |
maxSpacesBefore
Maximum spaces before the annotation |
int |
minSpacesAfter
Minimum spaces after the annotation |
int |
minSpacesBefore
Minimum spaces before the annotation |
int |
normSpacesAfter
Normal spaces after the annotation |
int |
normSpacesBefore
Normal spaces before the annotation |
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 Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
int maxSpacesAfter
int maxSpacesBefore
int minSpacesAfter
int minSpacesBefore
int normSpacesAfter
int normSpacesBefore
Constructor Detail |
---|
public SpacesTable(int minSpacesBefore, int maxSpacesBefore, int normSpacesBefore, int minSpacesAfter, int maxSpacesAfter, int normSpacesAfter)
Method Detail |
---|
public int getMaxSpacesAfter()
public int getMaxSpacesBefore()
public int getMinSpacesAfter()
public int getMinSpacesBefore()
public int getNormSpacesAfter()
public int getNormSpacesBefore()
Groovy Documentation