public static class SignatureDescriptor.SignatureLayout extends Object implements SignatureLayout
Modifier and Type | Field and Description |
---|---|
protected Integer |
columns |
protected Integer |
lines |
protected Integer |
startColumn |
protected Integer |
startLine |
protected Integer |
textSize |
Constructor and Description |
---|
SignatureLayout() |
Modifier and Type | Method and Description |
---|---|
Integer |
getColumns() |
Integer |
getLines() |
Integer |
getStartColumn() |
Integer |
getStartLine() |
Integer |
getTextSize() |
protected Integer startColumn
public SignatureLayout()
public Integer getLines()
getLines
in interface SignatureLayout
public Integer getColumns()
getColumns
in interface SignatureLayout
public Integer getStartLine()
getStartLine
in interface SignatureLayout
public Integer getStartColumn()
getStartColumn
in interface SignatureLayout
public Integer getTextSize()
getTextSize
in interface SignatureLayout
Copyright © 2018 Nuxeo. All rights reserved.