public class DiagramMasterSetting extends Object
Diagram master settings
Modifier and Type | Class and Description |
---|---|
static class |
DiagramMasterSetting.Builder
A little sugar
|
Constructor and Description |
---|
DiagramMasterSetting()
Initializes a new instance of the
DiagramMasterSetting class. |
Modifier and Type | Method and Description |
---|---|
String |
getMasterPath()
Path for Master.
|
boolean |
getUseSourceMaster()
Set true for use master with source document or use false value for use Master with Path
|
void |
setMasterPath(String value)
Path for Master.
|
void |
setUseSourceMaster(boolean value)
Set true for use master with source document or use false value for use Master with Path
|
public DiagramMasterSetting()
Initializes a new instance of the DiagramMasterSetting
class.
public final String getMasterPath()
Path for Master. Set this value or use default Comparison Master. MasterPath is needed to create a document result from a set of default shapes
public final boolean getUseSourceMaster()
Set true for use master with source document or use false value for use Master with Path
public final void setMasterPath(String value)
Path for Master. Set this value or use default Comparison Master
value
- the valuepublic final void setUseSourceMaster(boolean value)
Set true for use master with source document or use false value for use Master with Path
value
- the value