Interface IIndentConfiguration
-
- All Superinterfaces:
IPatternConfiguration
public interface IIndentConfiguration extends IPatternConfiguration
The Interface IIndentConfiguration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetOuterIndentBottom()Gets the outer indent bottom.intgetOuterIndentLeft()Gets the outer indent left.intgetOuterIndentRight()Gets the outer indent right.intgetOuterIndentTop()Gets the outer indent top.voidsetOuterIndentBottom(int outerIndentBottom)Sets the outer indent bottom.voidsetOuterIndentLeft(int outerIndentLeft)Sets the outer indent left.voidsetOuterIndentRight(int outerIndentRight)Sets the outer indent right.voidsetOuterIndentTop(int outerIndentTop)Sets the outer indent top.
-
-
-
Method Detail
-
getOuterIndentBottom
int getOuterIndentBottom()
Gets the outer indent bottom.- Returns:
- the outer indent bottom
-
getOuterIndentLeft
int getOuterIndentLeft()
Gets the outer indent left.- Returns:
- the outer indent left
-
getOuterIndentRight
int getOuterIndentRight()
Gets the outer indent right.- Returns:
- the outer indent right
-
getOuterIndentTop
int getOuterIndentTop()
Gets the outer indent top.- Returns:
- the outer indent top
-
setOuterIndentBottom
void setOuterIndentBottom(int outerIndentBottom)
Sets the outer indent bottom.- Parameters:
outerIndentBottom- the new outer indent bottom
-
setOuterIndentLeft
void setOuterIndentLeft(int outerIndentLeft)
Sets the outer indent left.- Parameters:
outerIndentLeft- the new outer indent left
-
setOuterIndentRight
void setOuterIndentRight(int outerIndentRight)
Sets the outer indent right.- Parameters:
outerIndentRight- the new outer indent right
-
setOuterIndentTop
void setOuterIndentTop(int outerIndentTop)
Sets the outer indent top.- Parameters:
outerIndentTop- the new outer indent top
-
-