public interface Indentable
Modifier and Type | Method and Description |
---|---|
float |
getIndentationLeft()
Gets the indentation on the left side.
|
float |
getIndentationRight()
Gets the indentation on the right side.
|
void |
setIndentationLeft(float indentation)
Sets the indentation on the left side.
|
void |
setIndentationRight(float indentation)
Sets the indentation on the right side.
|
void setIndentationLeft(float indentation)
indentation
- the new indentation
void setIndentationRight(float indentation)
indentation
- the new indentation
float getIndentationLeft()
float getIndentationRight()
Copyright © 2016. All rights reserved.