Constructor and Description |
---|
WizardNodeLayoutInfo()
Constructs a new (invalid) layout info object.
|
WizardNodeLayoutInfo(String x,
String y)
Constructs a new (valid) layout info object
|
Modifier and Type | Method and Description |
---|---|
WizardNodeLayoutInfo |
clone() |
boolean |
equals(Object obj) |
String |
getPadding() |
String |
getX() |
String |
getY() |
int |
hashCode() |
static WizardNodeLayoutInfo |
loadFromNodeSettings(NodeSettingsRO settings)
Loads a layout info object from node settings.
|
static void |
saveToNodeSettings(NodeSettingsWO settings,
WizardNodeLayoutInfo layoutInfo)
Saves a layout info object to node settings.
|
void |
setPadding(String padding) |
void |
setX(String x) |
void |
setY(String y) |
String |
toString() |
public WizardNodeLayoutInfo()
public String getX()
public void setX(String x)
x
- the x to setpublic String getY()
public void setY(String y)
y
- the y to setpublic String getPadding()
public void setPadding(String padding)
padding
- the padding to setpublic static void saveToNodeSettings(NodeSettingsWO settings, WizardNodeLayoutInfo layoutInfo)
settings
- the node settings to save tolayoutInfo
- the layout info object to save, can be nullpublic static WizardNodeLayoutInfo loadFromNodeSettings(NodeSettingsRO settings)
settings
- the node settings to load frompublic WizardNodeLayoutInfo clone()
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.