public class CustomFold
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Alignment |
alignment |
private java.util.List<Option> |
options |
| Constructor and Description |
|---|
CustomFold() |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
getAlignment() |
java.util.List<Option> |
getOptions() |
void |
setAlignment(Alignment alignment) |
void |
setOptions(java.util.List<Option> options) |
public Alignment getAlignment()
public void setAlignment(Alignment alignment)
alignment - the value for the alignment propertypublic java.util.List<Option> getOptions()
public void setOptions(java.util.List<Option> options)
options - the value for the options property