public class GraphLayoutProperties
extends java.lang.Object
| Constructor and Description |
|---|
GraphLayoutProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getProperty(PropertyEnums key)
Return value of the property given its key
|
void |
setProperty(PropertyEnums key,
java.lang.Object value)
Sets a value of a property with the given key
|
public void setProperty(PropertyEnums key, java.lang.Object value)
key - Property's keyvalue - Value of the propertypublic java.lang.Object getProperty(PropertyEnums key)
key - Property's key