static ISignature |
ISignatureCtrl.from(Signature instance) |
|
static ISignature |
ISignature.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static ISignature |
ISignature.ofSize(java.lang.String width,
java.lang.String height) |
Returns the instance with the given size, width and height.
|
ISignature |
ISignature.withBackgroundColor(java.lang.String backgroundColor) |
Returns a copy of this immutable component with the specified
backgroundColor .
|
ISignature |
ISignature.withBackgroundImage(java.lang.String backgroundImage) |
Returns a copy of this immutable component with the specified
backgroundImage .
|
ISignature |
ISignature.withBackgroundIncluded(boolean backgroundIncluded) |
Returns a copy of this immutable component with the specified
backgroundIncluded .
|
ISignature |
ISignature.withClearLabel(java.lang.String clearLabel) |
Returns a copy of this immutable component with the specified
clearLabel .
|
ISignature |
ISignature.withPenColor(java.lang.String penColor) |
Returns a copy of this immutable component with the specified
penColor .
|
ISignature |
ISignature.withPenSize(int penSize) |
Returns a copy of this immutable component with the specified
penSize .
|
ISignature |
ISignature.withSaveLabel(java.lang.String saveLabel) |
Returns a copy of this immutable component with the specified
saveLabel .
|
ISignature |
ISignature.withSaveType(java.lang.String saveType) |
Returns a copy of this immutable component with the specified
saveType .
|
ISignature |
ISignature.withToolbarVisible(boolean toolbarVisible) |
Returns a copy of this immutable component with the specified
toolbarVisible .
|
ISignature |
ISignature.withUndoLabel(java.lang.String undoLabel) |
Returns a copy of this immutable component with the specified
undoLabel .
|